CngAlgorithm.Sha256 プロパティ

定義

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

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

プロパティ値

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

適用対象