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

属性值

所使用的自定义用户名密码验证程序的类型。

属性

适用于