CngAlgorithm.Sha512 プロパティ

定義

SHA-512 (Secure Hash Algorithm 512) アルゴリズムを指定する新しい CngAlgorithm オブジェクトを取得します。

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

プロパティ値

SHA-512 アルゴリズムを指定するオブジェクト。

適用対象