Javax.Net.Ssl.HandshakeCompletedEvent: Property Members

The properties of Javax.Net.Ssl.HandshakeCompletedEvent are listed below. For a list of all members, see the HandshakeCompletedEvent Members list.

See Also: Inherited members from Java.Util.EventObject

Public Properties

[read-only]
CipherSuitestring. Returns the name of the cipher suite negotiated during this handshake.
[read-only]
LocalPrincipalJava.Security.IPrincipal. Returns the Principal used to identify during the handshake.
[read-only]
PeerPrincipalJava.Security.IPrincipal. Returns the Principal identifying the peer.
[read-only]
SessionISSLSession. Returns the SSL session associated with this event.
[read-only]
SocketSSLSocket. Returns the SSL socket that produced this event.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.