Provides access to members that control HTTPS configuration.
Members
| Name | Description | |
|---|---|---|
|  | CertPath | Path to certificate bundle. | 
|  | ReadSSLInfo | Read HTTPs configuration from the registry. | 
|  | VerifyPeer | Indicates whether or not to verify the peer. | 
|  | WriteSSLInfo | Write HTTPs configuration to the registry. | 
ISSLInfo.CertPath Property
Path to certificate bundle.
Public Property CertPath As String
public string CertPath {get; set;}
ISSLInfo.ReadSSLInfo Method
Read HTTPs configuration from the registry.
Public Sub ReadSSLInfo ( _
)
public void ReadSSLInfo (
);
ISSLInfo.VerifyPeer Property
Indicates whether or not to verify the peer.
Public Property VerifyPeer As Boolean
public bool VerifyPeer {get; set;}
ISSLInfo.WriteSSLInfo Method
Write HTTPs configuration to the registry.
Public Sub WriteSSLInfo ( _
)
public void WriteSSLInfo (
);
Classes that implement ISSLInfo
| Classes | Description | 
|---|---|
| SSLInfo | A utility class for setting SSL configuration information. |