ECCurve.Hash Field

Definition

The name of the hash algorithm which was used to generate the curve coefficients (A and B) from the Seed under the ANSI X9.62 generation algorithm. Applies only to explicit curves.

public: Nullable<System::Security::Cryptography::HashAlgorithmName> Hash;
public System.Security.Cryptography.HashAlgorithmName? Hash;
val mutable Hash : Nullable<System.Security.Cryptography.HashAlgorithmName>
Public Hash As Nullable(Of HashAlgorithmName) 

Field Value

Applies to