Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX