QueryClientCertificateCallback Delegate
The QueryClientCertificateCallback delegate gets or sets the default callback function used to specify the client certificates while establishing an SSL connection.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
'Declaration Public Delegate Function QueryClientCertificateCallback ( _ connection As LdapConnection, _ trustedCAs As Byte()() _ ) As X509Certificate 'Usage Dim instance As New QueryClientCertificateCallback(AddressOf HandlerMethod)
Parameters
- connection
- Type: System.DirectoryServices.Protocols.LdapConnection
A LdapConnection object that specifies the connection.
- trustedCAs
- Type: System.Byte()()
An array of Byte arrays that specifies the trusted certification authorities (CAs).
Return Value
Type: System.Security.Cryptography.X509Certificates.X509CertificateThe default callback function used to specify the client certificates while establishing an SSL connection.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.