X509ClientCertificateAuthenticationElement.CustomCertificateValidatorType 属性

定义

获取或设置所使用的自定义客户端证书验证程序的类型。

public:
 property System::String ^ CustomCertificateValidatorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string CustomCertificateValidatorType { get; set; }
[<System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.CustomCertificateValidatorType : string with get, set
Public Property CustomCertificateValidatorType As String

属性值

要使用的 X509CertificateValidator 的类型。

属性

注解

如果 CertificateValidationMode 属性设置为 Custom,则必须将 CustomCertificateValidator 属性设置为从 X509CertificateValidator 类继承的自定义验证程序。

有关详细信息,请参见如何:创建使用自定义证书验证程序的服务

适用于

另请参阅