PasswordDeriveBytes.HashName Propriedade
Definição
Obtém ou define o nome do algoritmo de hash da operação.Gets or sets the name of the hash algorithm for the operation.
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 da propriedade
O nome do algoritmo de hash para a operação.The name of the hash algorithm for the operation.
Exceções
O nome do valor de hash é fixo e é feita uma tentativa de alterar esse valor.The name of the hash value is fixed and an attempt is made to change this value.