次の方法で共有


TlsOptions.LocalClientCertificateSelector プロパティ

定義

ローカル クライアント証明書を動的に選択するために呼び出されるコールバック。 これは LocalCertificate よりも優先度が高くなります。

証明書に拡張キー使用法拡張機能がある場合、使用法にはクライアント認証 (OID 1.3.6.1.5.5.7.3.2) が含まれている必要があります。

public Func<object,string,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,string[],System.Security.Cryptography.X509Certificates.X509Certificate2> LocalClientCertificateSelector { get; set; }
member this.LocalClientCertificateSelector : Func<obj, string, System.Security.Cryptography.X509Certificates.X509CertificateCollection, System.Security.Cryptography.X509Certificates.X509Certificate, string[], System.Security.Cryptography.X509Certificates.X509Certificate2> with get, set
Public Property LocalClientCertificateSelector As Func(Of Object, String, X509CertificateCollection, X509Certificate, String(), X509Certificate2)

プロパティ値

適用対象