PasswordOptions.RequiredLength 속성

정의

암호가 필요한 최소 길이를 가져오거나 설정합니다. 기본값은 6입니다.

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

속성 값

설명

기본값은 6입니다.

적용 대상