共用方式為


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 類別的自訂驗證程式。

如需詳細資訊,請參閱 如何:建立採用自訂憑證驗證程式的服務

適用於

另請參閱