HashMembershipCondition.HashAlgorithm Propiedad

Definición

Obtiene o establece el algoritmo hash que se utiliza para la condición de pertenencia.

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 propiedad

HashAlgorithm

Algoritmo hash que se utiliza para la condición de pertenencia.

Excepciones

Se ha intentado establecer HashAlgorithm en null.

Se aplica a