AuthenticatorData Property
AuthenticatorData
The object that contains both the encoded authenticator data, which is to be used in verifying the attestation statement, and the decoded elements, including the credential itself, a public key.
C#
public AuthenticatorData AuthenticatorData { get; }
Property Value
Type | Description |
---|---|
AuthenticatorData |
Remarks
Save the public key in this object and use it to verify assertions
returned by calling GetAssertion
.