HMAC.HashName Propiedad

Definición

Obtiene o establece el nombre del algoritmo hash que se va a utilizar para la operación hash.

public:
 property System::String ^ HashName { System::String ^ get(); void set(System::String ^ value); };
public string HashName { get; set; }
member this.HashName : string with get, set
Public Property HashName As String

Valor de propiedad

String

Nombre del algoritmo hash.

Excepciones

El algoritmo hash actual no se puede cambiar.

Se aplica a