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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.