PasskeyAssertionResult Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A factory class for creating instances of PasskeyAssertionResult<TUser>.
public static class PasskeyAssertionResult
	type PasskeyAssertionResult = class
	Public Class PasskeyAssertionResult
		- Inheritance
 - 
				PasskeyAssertionResult
 
Methods
| Fail<TUser>(PasskeyException) | 
		 Creates a failed result for a passkey assertion operation.  | 
        	
| Success<TUser>(UserPasskeyInfo, TUser) | 
		 Creates a successful result for a passkey assertion operation.  |