CertificateListStores()
Lists the certificate stores available on the computer.
CertificateListStores( [<cLocation>] )
CertificateSelect()
Selects the certificate for SSL connections.
CertificateSelect( [<cSubject>] [, <cStoreName>] [, <cLocation>] )
IsCertificateAvailable()
Checks whether a certificate is available on the computer.
IsCertificateAvailable( [<cSubject>] [, <cStoreName>] [, <cLocation>] ) --> lAvailable
SocketNegotiateSSL()
Upgrade a socket connection to an SSL connection.
SocketNegotiateSSL( <nSocket> ) --> lSuccess