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 類別的自訂驗證程式。
如需詳細資訊,請參閱 如何:建立採用自訂憑證驗證程式的服務。