Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
X509Certificate2 | Represents an X.509 certificate. |
![]() |
X509Certificate2Collection | Represents a collection of X509Certificate2 objects. |
![]() |
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 | |
---|---|---|
![]() |
OpenFlags | Specifies the way to open the X.509 certificate store. |
![]() |
StoreName | Specifies the name of the X.509 certificate store to open. |
![]() |
X509FindType | Specifies the type of value the X509Certificate2Collection.Find method searches for. |