QueryClientCertificateCallback Delegate

 

The QueryClientCertificateCallback delegate gets or sets the default callback function used to specify the client certificates while establishing an SSL connection.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public delegate X509Certificate^ QueryClientCertificateCallback(
	LdapConnection^ connection,
	array<array<unsigned char>^>^ trustedCAs
)

Parameters

connection
Type: System.DirectoryServices.Protocols::LdapConnection^

A LdapConnection object that specifies the connection.

trustedCAs
Type: array<array<System::Byte>^>^

An array of Byte arrays that specifies the trusted certification authorities (CAs).

Return Value

Type: System.Security.Cryptography.X509Certificates::X509Certificate^

The default callback function used to specify the client certificates while establishing an SSL connection.

.NET Framework
Available since 2.0
Return to top
Show: