X509Certificate2 Class

Represents an X.509 certificate.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)

Syntax

public class X509Certificate2 : X509Certificate

Remarks

The X.509 structure originated in the International Organization for Standardization (ISO) working groups. This structure can be used to represent various types of information including identity, entitlement, and holder attributes (permissions, age, sex, location, affiliation, and so forth). Although the ISO specifications are most informative on the structure itself, the X509Certificate2 class is designed to model the usage scenarios defined in specifications issued by the Internet Engineering Task Force (IETF) Public Key Infrastructure, X.509 (PKIX) working group.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

X509Certificate2 Members
System.Security.Cryptography.X509Certificates Namespace