HashMembershipCondition.HashAlgorithm Property

Definition

Gets or sets the hash algorithm to use for the membership condition.

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

Property Value

The hash algorithm to use for the membership condition.

Exceptions

An attempt is made to set HashAlgorithm to null.

Applies to