| ISelectClientCertificateCallback Interface | 
Namespace: CefSharp
 Syntax
SyntaxThe ISelectClientCertificateCallback type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsDisposed | 
            Gets a value indicating whether the callback has been disposed of.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Select | 
            Callback interface used to select a client certificate for authentication.
             value means that no client certificate should be used.
             | 
 See Also
See Also