SecurityTokenHandlerConfigurationElement.CertificateValidation 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 or sets the X509CertificateValidationElement that is associated with this token handler configuration element.
public:
property System::IdentityModel::Configuration::X509CertificateValidationElement ^ CertificateValidation { System::IdentityModel::Configuration::X509CertificateValidationElement ^ get(); void set(System::IdentityModel::Configuration::X509CertificateValidationElement ^ value); };
[System.Configuration.ConfigurationProperty("certificateValidation", IsRequired=false)]
public System.IdentityModel.Configuration.X509CertificateValidationElement CertificateValidation { get; set; }
[<System.Configuration.ConfigurationProperty("certificateValidation", IsRequired=false)>]
member this.CertificateValidation : System.IdentityModel.Configuration.X509CertificateValidationElement with get, set
Public Property CertificateValidation As X509CertificateValidationElement
Property Value
The element that configures the certificate validator and its properties for this token handler configuration element.
- Attributes
Remarks
Corresponds to the <certificateValidator>
element that is configured under the <securityTokenHandlerConfiguration>
element.
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.