PasskeyAssertionResult<TUser> 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.
Represents the result of a passkey assertion operation.
public sealed class PasskeyAssertionResult<TUser> where TUser : class
	type PasskeyAssertionResult<'User (requires 'User : null)> = class
	Public NotInheritable Class PasskeyAssertionResult(Of TUser)
    Type Parameters
- TUser
 
- Inheritance
 - 
				PasskeyAssertionResult<TUser>
 
Properties
| Failure | 
		 Gets the error that occurred during assertion.  | 
        	
| Passkey | 
		 Gets the updated passkey information when assertion succeeds.  | 
        	
| Succeeded | 
		 Gets whether the assertion was successful.  | 
        	
| User | 
		 Gets the user associated with the passkey when assertion succeeds.  |