PasskeyAttestationStatementVerificationContext 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.
Contains the context for passkey attestation statement verification.
public sealed class PasskeyAttestationStatementVerificationContext
	type PasskeyAttestationStatementVerificationContext = class
	Public NotInheritable Class PasskeyAttestationStatementVerificationContext
		- Inheritance
 - 
				PasskeyAttestationStatementVerificationContext
 
Remarks
See https://www.w3.org/TR/webauthn-3/#verification-procedure.
Constructors
| PasskeyAttestationStatementVerificationContext() | 
Properties
| AttestationObject | 
		 Gets or sets the attestation object as a byte array.  | 
        	
| ClientDataHash | 
		 Gets or sets the hash of the client data as a byte array.  | 
        	
| HttpContext | 
		 Gets or sets the HttpContext for the current request.  |