Certificate (Socket function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (→Syntax terms) |
||
Line 6: | Line 6: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th><td>string</td></tr> | <tr><th>%string</th><td>This <var>Longstring</var> 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), <var class="term">%string</var> is a null string. </td></tr> | ||
<tr><th>socket</th> | <tr><th>socket</th> | ||
<td>Socket object</td></tr> | <td>Socket object</td></tr> | ||
Line 12: | Line 12: | ||
<td><var>Boolean</var> value</td></tr> | <td><var>Boolean</var> value</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:Socket:Certificate footer}} | {{Template:Socket:Certificate footer}} |
Revision as of 00:02, 15 November 2011
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 |