CngAlgorithm.Sha1 プロパティ

定義

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

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

プロパティ値

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

注釈

SHA-1 の競合の問題により、Microsoftでは SHA-256 が推奨されます。

適用対象