Show / Hide Table of Contents

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
ReadOnlyMemory<byte>
In this article
Back to top Generated by DocFX