IncrementalHash.AlgorithmName 属性

定义

获取正在执行的算法的名称。Gets the name of the algorithm being performed. HMAC 算法前面附有“HMAC”,以区别于未经加密的摘要。HMAC algorithms are prepended with "HMAC" to distinguish them from an unkeyed digest.

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

属性值

HashAlgorithmName

正在执行的算法的名称。The name of the algorithm being performed.

适用于