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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.