Construct an X509Certificate object from an array of bytes.
- data
- A byte array containing a single ASN.1 DER or PEM encoded X.509 certificate (see Remarks below).
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.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0