X509ClientCertificateAuthenticationElement::CustomCertificateValidatorType Property
.NET Framework (current version)
Gets or sets the type of custom client certificate validator used.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("customCertificateValidatorType", DefaultValue = "")] [StringValidatorAttribute(MinLength = 0)] property String^ CustomCertificateValidatorType { String^ get(); void set(String^ value); }
If the CertificateValidationMode property is set to Custom, you must set the CustomCertificateValidator property to a custom validator that inherits from the X509CertificateValidator class.
For more information, see How to: Create a Service that Employs a Custom Certificate Validator.
.NET Framework
Available since 3.0
Available since 3.0
Show: