Share via


IdentityPasskeyData.AttestationObject Property

Definition

Gets or sets the attestation object associated with this passkey.

public virtual byte[] AttestationObject { get; set; }
member this.AttestationObject : byte[] with get, set
Public Overridable Property AttestationObject As Byte()

Property Value

Byte[]

Remarks

See https://www.w3.org/TR/webauthn-3/#attestation-object.

Applies to