HashAlgorithmName.SHA384 Property

Definition

Gets a hash algorithm name that represents "SHA384".

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

Property Value

A hash algorithm name that represents "SHA384".

Applies to