다음을 통해 공유


UserNameServiceElement.CustomUserNamePasswordValidatorType 속성

정의

사용되는 사용자 지정 사용자 이름 암호 유효성 검사기의 형식을 가져오거나 설정합니다.

public:
 property System::String ^ CustomUserNamePasswordValidatorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customUserNamePasswordValidatorType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string CustomUserNamePasswordValidatorType { get; set; }
[<System.Configuration.ConfigurationProperty("customUserNamePasswordValidatorType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.CustomUserNamePasswordValidatorType : string with get, set
Public Property CustomUserNamePasswordValidatorType As String

속성 값

String

사용되는 사용자 지정 사용자 이름 암호 유효성 검사기의 형식입니다.

특성

적용 대상