X509ClientCertificateAuthenticationElement.CustomCertificateValidatorType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置所使用的自定义客户端证书验证程序的类型。
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 类继承的自定义验证程序。
有关详细信息,请参见如何:创建使用自定义证书验证程序的服务。