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