Show / Hide Table of Contents

RelyingPartyIdHash Property

RelyingPartyIdHash

The SHA-256 digest of the RelyingParty.Id.

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

Property Value

Type Description
ReadOnlyMemory<byte>

Remarks

When a RelyingParty object is created, the constructor will build the RelyingPartyIdHash. It is the digest of the UTF8 byte array version of the string that is the Id.

In this article
Back to top Generated by DocFX