HashMembershipCondition.HashAlgorithm 속성

정의

멤버 자격 조건에 사용할 해시 알고리즘을 가져오거나 설정합니다.

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

속성 값

HashAlgorithm

멤버 자격 조건에 사용할 해시 알고리즘입니다.

예외

HashAlgorithmnull로 설정하려고 한 경우

적용 대상