Mentalis.org Security Library documentation

SecurityOptions Properties

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

Public Instance Properties

AllowedAlgorithms Gets or sets the list of algorithms that can be used to encrypt and compress data.
Certificate Gets or sets the Certificate that the SecureSocket should use.
CommonName Gets or sets the common name of the peer.
Entity Gets or sets a value that indicates whether the SecureSocket is a server or a client socket.
Flags Gets or sets the security flags associated with the SecureSocket.
Protocol Gets or sets the secure protocol that the SecureSocket should use.
RequestHandler Gets or sets a delegate that will be called when the SecureSocket receives a request for a client certificate.
VerificationType Gets or sets a value that indicates how the SecureSocket will try to verify the peer Certificate.
Verifier Gets or sets a delegate that will be called when the SecureSocket receives the peer certificate.

See Also

SecurityOptions Class | Org.Mentalis.Security.Ssl Namespace