Mono Class Library: System.Security.Cryptography.X509Certificates NamespaceSystem.Security.Cryptography.X509Certificates.X509Certificate Class |
See Also: X509Certificate Members
|
The structure of an X.509 certificate is detailled in the document "Internet X.509 Public Key Infrastructure Certificate and CRL Profile" (tp://www.ietf.org/rfc/rfc3280.txt).Note:[Edit]There are some compatibility issues with this class. Microsoft's original class do not support other format except ASN.1 DER encoded certificates, but the mono's implementation support both, ASN.1 DER and PEM format. Developers should take care about this behavior when porting their application to both the .NET and mono platforms.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0