|  SecurityOptions | Overloaded. Initialize a new instance of the SecurityOptions class. | 
|  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. | 
|  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. | 
|  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. | 
SecurityOptions Class | Org.Mentalis.Security.Ssl Namespace