Mentalis.org Security Library documentation

SecurityOptions Members

Public Instance Constructors

SecurityOptionsOverloaded. Initialize a new instance of the SecurityOptions class.

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.

Public Instance Methods

Clone Creates a shallow copy of this SecurityOptions object.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SecurityOptions Class | Org.Mentalis.Security.Ssl Namespace