X509CrlToXmlDoc (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Usage notes) |
||
Line 13: | Line 13: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | |||
<li>Currently, no method is available to produce a DER stream from an <var>XmlDoc</var>. | |||
</ul> | |||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:String:X509CrlToXmlDoc footer}} | {{Template:String:X509CrlToXmlDoc footer}} |
Revision as of 20:20, 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
- Currently, no method is available to produce a DER stream from an XmlDoc.