ISSLInfo Interface

Provides access to members that control HTTPS configuration.

Members

Name Description
Read/write property CertPath Path to certificate bundle.
Method ReadSSLInfo Read HTTPs configuration from the registry.
Read/write property VerifyPeer Indicates whether or not to verify the peer.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.