UserNameServiceElement.CustomUserNamePasswordValidatorType Propiedad

Definición

Obtiene o establece el tipo de validador de contraseña de nombre de usuario personalizado usado.

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

Valor de propiedad

El tipo de validador de contraseña de nombre de usuario personalizado usado.

Atributos

Se aplica a