CngAlgorithm.Sha384 プロパティ

定義

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

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

プロパティ値

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

適用対象