HashMembershipCondition.HashAlgorithm Propriedade

Definição

Obtém ou define o algoritmo de hash a ser usado para a condição de associação.

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 da propriedade

HashAlgorithm

O algoritmo de hash a ser usado para a condição de associação.

Exceções

É feita uma tentativa de definir HashAlgorithm como null.

Aplica-se a