UserNamePasswordValidator.None Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.