Show / Hide Table of Contents

RelyingPartyIdHash Property

RelyingPartyIdHash

The SHA-256 digest of the relying party ID when the request for data is one related to specific relying parties.

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

Property Value

Type Description
ReadOnlyMemory<byte>?

Remarks

Not all calls to get credential management data will return this element, hence, it can be null.

In this article
Back to top Generated by DocFX