Group SSL and Certificate Handling
CertificateListStores()
Lists the certificate stores available on the computer.
CertificateListStores( [<cLocation>] )
CertificateSelect()
Selects the certificate for server and/or client usage.
CertificateSelect( [<cSubject>] [, <cStoreName>] [, <cLocation>] )
HttpClient()
Class
Class function of the HttpClient class.
HttpEndpoint()
Class
Class function of the HttpEndpoint class.
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
WebSocketClient()
Class
Class function of the WebSocketClient class.