Mentalis.org Security Library documentation

SecurityOptions.Entity Property

Gets or sets a value that indicates whether the SecureSocket is a server or a client socket.

[Visual Basic]
Public Property Entity As ConnectionEnd
[C#]
public ConnectionEnd Entity {get; set;}

Property Value

One of the ConnectionEnd values.

See Also

SecurityOptions Class | SecurityOptions Members | Org.Mentalis.Security.Ssl Namespace