X509CertificateValidator.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 an X.509 certificate. As a result, an X.509 certificate is always considered to be valid.
public:
static property System::IdentityModel::Selectors::X509CertificateValidator ^ None { System::IdentityModel::Selectors::X509CertificateValidator ^ get(); };
public static System.IdentityModel.Selectors.X509CertificateValidator None { get; }
static member None : System.IdentityModel.Selectors.X509CertificateValidator
Public Shared ReadOnly Property None As X509CertificateValidator
Property Value
A X509CertificateValidator that performs no validation on the X.509 certificate.
Remarks
This validator can be useful when working with a test or development X.509 certificate, such as one generated by the Makecert.exe utility.
The value of this static property can be supplied as a parameter to one of the constructors for the X509SecurityTokenAuthenticator class.