UserNamePasswordValidator.None Property

Definition

Gets a validator that performs no validation on the username and password. As a result, the username and password are always deemed valid.

public:
 static property System::IdentityModel::Selectors::UserNamePasswordValidator ^ None { System::IdentityModel::Selectors::UserNamePasswordValidator ^ get(); };
public static System.IdentityModel.Selectors.UserNamePasswordValidator None { get; }
static member None : System.IdentityModel.Selectors.UserNamePasswordValidator
Public Shared ReadOnly Property None As UserNamePasswordValidator

Property Value

An UserNamePasswordValidator that performs no validation on the username and password.

Remarks

The value of this static property can be supplied as a parameter to one of the constructors for the UserNameSecurityTokenAuthenticator class.

Applies to