IncrementalHash.AlgorithmName プロパティ

定義

実行されているアルゴリズムの名前を取得します。 キー付きでないダイジェストと区別するために、HMAC アルゴリズムの先頭には "HMAC" が追加されます。

public:
 property System::Security::Cryptography::HashAlgorithmName AlgorithmName { System::Security::Cryptography::HashAlgorithmName get(); };
public System.Security.Cryptography.HashAlgorithmName AlgorithmName { get; }
member this.AlgorithmName : System.Security.Cryptography.HashAlgorithmName
Public ReadOnly Property AlgorithmName As HashAlgorithmName

プロパティ値

実行されているアルゴリズムの名前。

適用対象