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)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상