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 Nullable<ReadOnlyMemory<byte>> RelyingPartyIdHash { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.Byte>> |
Remarks
Not all calls to get credential management data will return this element, hence, it can be null.