Share via


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 クラスから継承したカスタム検証を設定する必要があります。

詳細については、「方法: カスタム証明書検証を使用するサービスを作成する」を参照してください。

適用対象

こちらもご覧ください