SecurityTokenHandlerConfigurationElement::CertificateValidation Property
.NET Framework (current version)
Gets or sets the X509CertificateValidationElement that is associated with this token handler configuration element.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public: [ConfigurationPropertyAttribute("certificateValidation", IsRequired = false)] property X509CertificateValidationElement^ CertificateValidation { X509CertificateValidationElement^ get(); void set(X509CertificateValidationElement^ value); }
Property Value
Type: System.IdentityModel.Configuration::X509CertificateValidationElement^The element that configures the certificate validator and its properties for this token handler configuration element.
Corresponds to the <certificateValidator> element that is configured under the <securityTokenHandlerConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: