Share via


PasskeyOriginValidationContext Class

Definition

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 <iframe>.

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.

Applies to