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

Значение свойства

Имя выполняемого алгоритма.

Применяется к