SslOptions Constructor(String)
In This Topic
Initializes a new instance of the
SslOptions class, setting the
CACert property to the specified string.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public SslOptions(
string
)
Parameters
- caCert
- Initial value for CACert property.
See Also