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

屬性值

所使用的自訂使用者名稱密碼驗證程式的型別。

屬性

適用於