CngAlgorithm.MD5 プロパティ

定義

メッセージ ダイジェスト 5 (MD5: Message Digest 5) ハッシュ アルゴリズムを指定する新しい CngAlgorithm オブジェクトを取得します。

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

プロパティ値

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

注釈

MD5 の衝突の問題により、Microsoftは SHA256 に基づくセキュリティ モデルを推奨しています。

適用対象