HashAlgorithmName.SHA512 プロパティ
定義
"SHA512" を表すハッシュ アルゴリズムの名前を取得します。Gets a hash algorithm name that represents "SHA512".
public:
static property System::Security::Cryptography::HashAlgorithmName SHA512 { System::Security::Cryptography::HashAlgorithmName get(); };
public static System.Security.Cryptography.HashAlgorithmName SHA512 { get; }
member this.SHA512 : System.Security.Cryptography.HashAlgorithmName
Public Shared ReadOnly Property SHA512 As HashAlgorithmName
プロパティ値
"SHA512" を表すハッシュ アルゴリズムの名前。A hash algorithm name that represents "SHA512".