LdapSessionOptions.QueryClientCertificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The QueryClientCertificate property contains a QueryClientCertificateCallback object that specifies the default callback function used to specify client certificates when establishing an SSL connection.
public:
property System::DirectoryServices::Protocols::QueryClientCertificateCallback ^ QueryClientCertificate { System::DirectoryServices::Protocols::QueryClientCertificateCallback ^ get(); void set(System::DirectoryServices::Protocols::QueryClientCertificateCallback ^ value); };
public System.DirectoryServices.Protocols.QueryClientCertificateCallback QueryClientCertificate { get; set; }
member this.QueryClientCertificate : System.DirectoryServices.Protocols.QueryClientCertificateCallback with get, set
Public Property QueryClientCertificate As QueryClientCertificateCallback
Property Value
A QueryClientCertificateCallback object that specifies the default callback function used to specify client certificates when establishing an SSL connection.
Exceptions
The LdapConnection object is already disposed.
Remarks
If the ClientCertificates property on the LdapConnection object is also set, the certificate specified in the ClientCertificates property is ignored.