HashAlgorithmName.SHA512 Property

Definition

Gets a hash algorithm name that represents "SHA512".

public:
 static property System::Security::Cryptography::HashAlgorithmName SHA512 { System::Security::Cryptography::HashAlgorithmName get(); };
public static System.Security.Cryptography.HashAlgorithmName SHA512 { get; }
static member SHA512 : System.Security.Cryptography.HashAlgorithmName
Public Shared ReadOnly Property SHA512 As HashAlgorithmName

Property Value

A hash algorithm name that represents "SHA512".

Applies to