IncrementalHash.AlgorithmName Propiedad

Definición

Obtiene el nombre del algoritmo que se está realizando. Los algoritmos HMAC van precedidos de "HMAC" para distinguirlos de un resumen sin clave.

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

Valor de propiedad

Nombre del algoritmo que se está realizando.

Se aplica a