Certificate (Socket function)

From m204wiki
Revision as of 00:02, 15 November 2011 by JAL2 (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

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

%stringThis 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

Usage notes

Examples

See also