X509CrlToXmlDoc (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 6: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%xmlDoc</th><td><var>XmlDoc</var> object</td></tr>
<tr><th>%doc</th>
<td>An <var>XmlDoc</var> object variable to contain the decoded value of the method object, <var class="term">string</var>. </td></tr>
<tr><th>string</th>
<tr><th>string</th>
<td>string</td></tr>
<td>A DER encoded string that contains the contents of a CRL (Certificate Revocation List).</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:String:X509CrlToXmlDoc footer}}
{{Template:String:X509CrlToXmlDoc footer}}

Revision as of 17:53, 16 April 2012

Convert BER encoded X.509 CRL to XML (String class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

%doc = string:X509CrlToXmlDoc Throws InvalidBerData

Syntax terms

%doc An XmlDoc object variable to contain the decoded value of the method object, string.
string A DER encoded string that contains the contents of a CRL (Certificate Revocation List).

Usage notes

Examples

See also