X509CertificateValidationElement::CertificateValidator Property

.NET Framework (current version)
 

Gets or sets the of the X.509 certificate validator.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("certificateValidator", IsRequired = false)]
property CustomTypeElement^ CertificateValidator {
	CustomTypeElement^ get();
	void set(CustomTypeElement^ value);
}

Property Value

Type: System.IdentityModel.Configuration::CustomTypeElement^

An element that wraps the type of the X.509 certificate validator.

This property is optional. It represents the <certificateValidator> child element of the <certificateValidation> element.

.NET Framework
Available since 4.5
Return to top
Show: