PasswordOptions.RequireNonAlphanumeric 속성

정의

암호에 영숫자 이외의 문자가 포함되어야 하는지 여부를 나타내는 플래그를 가져오거나 설정합니다. 기본값은 true입니다.

public:
 property bool RequireNonAlphanumeric { bool get(); void set(bool value); };
public bool RequireNonAlphanumeric { get; set; }
member this.RequireNonAlphanumeric : bool with get, set
Public Property RequireNonAlphanumeric As Boolean

속성 값

True이면 암호에 영숫자 이외의 문자가 포함되어야 합니다. 그렇지 않으면 false입니다.

설명

이 기본값은 true입니다.

적용 대상