X509CrlToXmlDoc (String function)

From m204wiki
Jump to navigation Jump to search

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