PasskeyOriginValidationContext 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 information used for determining whether a passkey's origin is valid.
public sealed class PasskeyOriginValidationContext
	type PasskeyOriginValidationContext = class
	Public NotInheritable Class PasskeyOriginValidationContext
		- Inheritance
 - 
				PasskeyOriginValidationContext
 
Constructors
| PasskeyOriginValidationContext() | 
Properties
| CrossOrigin | 
		 Gets or sets whether the request came from a cross-origin   | 
        	
| HttpContext | 
		 Gets or sets the HTTP context associated with the request.  | 
        	
| Origin | 
		 Gets or sets the fully-qualified origin of the requester.  | 
        	
| TopOrigin | 
		 Gets or sets the fully-qualified top-level origin of the requester.  |