ClientDataHash Property
ClientDataHash
The original clientDataHash
that was provided by the client.
It contains the challenge. This is a required element.
C#
public ReadOnlyMemory<byte> ClientDataHash { get; set; }
Property Value
Type | Description |
---|---|
System.ReadOnlyMemory<System.Byte> |