Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

X509.Write

Writes certificate.

Component Version macOS Windows Linux Server iOS SDK
Certificates 9.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "X509.Write"; X509Ref { ; Binary } )   More

Parameters

Parameter Description Example Flags
X509Ref The reference to the X509 certificate. $cert
Binary Whether to return binary representation (DER format) instead of text (PEM format).
Default is PEM.
0 Optional

Result

Returns text or error.

Description

Writes certificate.
Provides either PEM file as text or DER file base64 encoded.

Release notes

Created 22nd February 2019, last changed 25th February 2019


X509.Version - XL.Book.AddCustomNumFormat

Feedback: Report problem or ask question.