SslOptions Constructor(String,String,String)
Initializes a new instance of the
SslOptions class initializing some properties with provided values.
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String, _
ByVal As String _
)
Parameters
- caCert
- Location of authority certificate.
- cert
- Location of client certificate.
- key
- Location of private key to use.