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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.