HashMembershipCondition.HashAlgorithm Propriedade

Definição

Obtém ou define o algoritmo de hash para usar na condição de pertença.

public:
 property System::Security::Cryptography::HashAlgorithm ^ HashAlgorithm { System::Security::Cryptography::HashAlgorithm ^ get(); void set(System::Security::Cryptography::HashAlgorithm ^ value); };
public System.Security.Cryptography.HashAlgorithm HashAlgorithm { get; set; }
member this.HashAlgorithm : System.Security.Cryptography.HashAlgorithm with get, set
Public Property HashAlgorithm As HashAlgorithm

Valor de Propriedade

O algoritmo de hash a usar para a condição de pertença.

Exceções

Faz-se uma tentativa de definir HashAlgorithm para null.

Aplica-se a