다음을 통해 공유


MembershipPasswordAttribute.PasswordStrengthRegularExpression 속성

정의

유효성 검사를 하기 위해 특성에서 사용하는 암호 강도를 나타내는 정규식 문자열을 가져오거나 설정합니다.

public:
 property System::String ^ PasswordStrengthRegularExpression { System::String ^ get(); void set(System::String ^ value); };
public string PasswordStrengthRegularExpression { get; set; }
member this.PasswordStrengthRegularExpression : string with get, set
Public Property PasswordStrengthRegularExpression As String

속성 값

String

유효성 검사를 하기 위해 특성에서 사용하는 암호 강도를 나타내는 정규식 문자열입니다.

설명

경우는 PasswordStrengthRegularExpression 속성이 명시적으로 설정 되지 않은의 값을 사용 하는 PasswordStrengthRegularExpression 속성입니다.

적용 대상