Certificate (Socket function)
Retrieve the SSL certificate (Socket class)
[Introduced in Sirius Mods 8.0]
This page is under construction.
Syntax
%string = socket:Certificate[( [RequestCertificate= boolean])]
Syntax terms
%string | This Longstring contains the binary content of the SSL certificate presented by this server's client. If no client certificate is provided (possibly because the port is not using SSL, or the certificate was already provided), %string is a null string. |
---|---|
socket | Socket object |
RequestCertificate | Boolean value |