Mono Class Library: System.Security.Cryptography.X509Certificates.X509Certificate Overview | Members

System.Security.Cryptography.X509Certificates.X509Certificate Constructor

Construct an X509Certificate object from an array of bytes. [Edit]

public X509Certificate (byte[] data)

Parameters

data
A byte array containing a single ASN.1 DER or PEM encoded X.509 certificate (see Remarks below). [Edit]

Remarks

Privacy Enhanced Mail (PEM), a.k.a Base64, encoded certificates aren't supported by this constructor (in Microsoft genuine libraries). However, mono's implementation supports PEM and DER encoded format. [Edit]

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0