Show / Hide Table of Contents

Signature Property

Signature

The assertion signature, which can be used to verify the assertion the call to GetAssertion returned.

C#
public ReadOnlyMemory<byte> Signature { get; }

Property Value

Type Description
ReadOnlyMemory<byte>

Remarks

Use the public key returned in the AuthenticatorData field of the MakeCredentialData returned by the call to MakeCredential (CredentialPublicKey). The data to verify is EncodedAuthenticatorData.

In this article
Back to top Generated by DocFX