System.Security.Cryptography.X509Certificates Namespace

Contains an implementation of the Authenticode X.509 v.3 certificate. This certificate is signed with a private key that uniquely and positively identifies the holder of the certificate.

Classes

Name Description
Public Class X509Certificate2 Represents an X.509 certificate.
Public Class X509Certificate2Collection Represents a collection of X509Certificate2 objects.
Public Class X509Store Represents an X.509 store, which is a physical store where certificates are persisted and managed. This class cannot be inherited.

Enumerations

Name Description
Public Enumeration OpenFlags Specifies the way to open the X.509 certificate store.
Public Enumeration StoreName Specifies the name of the X.509 certificate store to open.
Public Enumeration X509FindType Specifies the type of value the X509Certificate2Collection.Find method searches for.