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 クラスから継承したカスタム検証を設定する必要があります。
詳細については、「方法: カスタム証明書検証を使用するサービスを作成する」を参照してください。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET