SslMode Property (SslOptions)
In This Topic
Gets or sets a value that determines whether an SSL connection will be established the server and its priority.
Syntax
'Declaration
Public Property SslMode As SslMode
public SslMode SslMode {get; set;}
Property Value
One of the
SslMode values.
See Also