PasswordOptions.RequiredUniqueChars 속성

정의

암호에 포함되어야 하는 최소 고유 문자 수를 가져오거나 설정합니다. 기본값은 1입니다.

public:
 property int RequiredUniqueChars { int get(); void set(int value); };
public int RequiredUniqueChars { get; set; }
member this.RequiredUniqueChars : int with get, set
Public Property RequiredUniqueChars As Integer

속성 값

설명

기본값은 1입니다.

적용 대상