The properties of Javax.Net.Ssl.SSLSocket are listed below. For a list of all members, see the SSLSocket Members list.
See Also: Inherited members from Java.Net.Socket
abstract | EnableSessionCreation | bool. Returns whether new SSL sessions may be created by this socket or if existing sessions must be reused. |
[read-only] | HandshakeSession | ISSLSession. Documentation for this section has not yet been entered. |
abstract | NeedClientAuth | bool. Returns true if the server socket should require client authentication. |
[read-only] abstract | Session | ISSLSession. Returns the SSLSession for this connection. |
SSLParameters | SSLParameters. Returns a new SSLParameters based on this SSLSocket's current cipher suites, protocols, and client authentication settings. | |
abstract | UseClientMode | bool. Returns true if this connection will act in client mode when handshaking. |
abstract | WantClientAuth | bool. Returns true if the server should request client authentication. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |