SecurityTokenHandlerConfigurationElement.CertificateValidation Property

Definition

Gets or sets the X509CertificateValidationElement that is associated with this token handler configuration element.

C#
[System.Configuration.ConfigurationProperty("certificateValidation", IsRequired=false)]
public System.IdentityModel.Configuration.X509CertificateValidationElement CertificateValidation { get; set; }

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

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1