Share via


PasskeyOriginValidationContext.CrossOrigin Property

Definition

Gets or sets whether the request came from a cross-origin <iframe>.

public bool CrossOrigin { get; init; }
member this.CrossOrigin : bool with get, set
Public Property CrossOrigin As Boolean

Property Value

Remarks

See https://www.w3.org/TR/webauthn-3/#dom-collectedclientdata-crossorigin.

Applies to