QueryClientCertificateCallback 代理人

定義

QueryClientCertificateCallback デリゲートは、SSL 接続の確立時にクライアント証明書を指定するために使用する、既定のコールバック関数を取得または設定します。

public delegate System::Security::Cryptography::X509Certificates::X509Certificate ^ QueryClientCertificateCallback(LdapConnection ^ connection, cli::array <cli::array <System::Byte> ^> ^ trustedCAs);
public delegate System.Security.Cryptography.X509Certificates.X509Certificate QueryClientCertificateCallback(LdapConnection connection, byte[][] trustedCAs);
type QueryClientCertificateCallback = delegate of LdapConnection * byte[][] -> X509Certificate
Public Delegate Function QueryClientCertificateCallback(connection As LdapConnection, trustedCAs As Byte()()) As X509Certificate 

パラメーター

connection
LdapConnection

接続を指定する LdapConnection オブジェクト。

trustedCAs
Byte[][]

信頼される証明機関 (CA) を指定する Byte 配列の配列。

戻り値

SSL 接続の確立時にクライアント証明書を指定するために使用する、既定のコールバック関数。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象