Mentalis.org Security Library documentation

SecureSocket Properties

The properties of the SecureSocket class are listed below. For a complete list of SecureSocket class members, see the SecureSocket Members topic.

Public Instance Properties

ActiveEncryption Gets the active encryption cipher suite.
AddressFamily (inherited from VirtualSocket) Gets the address family of the VirtualSocket.
Available Gets the amount of data that has been received from the network and is available to be read.
Blocking (inherited from VirtualSocket) Gets or sets a value that indicates whether the VirtualSocket is in blocking mode.
CommonName Gets the common name of the remote host.
Connected (inherited from VirtualSocket) Gets a value indicating whether a VirtualSocket is connected to a remote resource.
Entity Gets the credential type.
Handle (inherited from VirtualSocket) Gets the operating system handle for the VirtualSocket.
LocalCertificate Gets the local certificate.
LocalEndPoint (inherited from VirtualSocket) Gets the local endpoint.
ProtocolType (inherited from VirtualSocket) Gets the protocol type of the VirtualSocket.
RemoteCertificate Gets the remote certificate.
RemoteEndPoint (inherited from VirtualSocket) Gets the remote endpoint.
SecureProtocol Gets the security protocol in use.
SecurityFlags Gets the security flags of the connection.
SocketType (inherited from VirtualSocket) Gets the type of the VirtualSocket.
VerificationType Gets the credential verification type.
Verifier Gets the verify delegate.

Protected Instance Properties

InternalSocket (inherited from VirtualSocket) Gets or sets the internal Socket value.

See Also

SecureSocket Class | Org.Mentalis.Security.Ssl Namespace