Show / Hide Table of Contents

RelyingPartyIdHash Property

RelyingPartyIdHash

The digest of the relying party ID. It is the SHA-256 digest of the Id property of the RelyingParty class passed to the MakeCredential method or command as part of the MakeCredentialParameters.

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

Property Value

Type Description
ReadOnlyMemory<byte>
In this article
Back to top Generated by DocFX