The InTheHand.Security.Cryptography.X509Certificates namespace contains helper classes for working with Authenticode X.509 v.3 certificate.
| C# | Visual Basic |
namespace InTheHand.Security.Cryptography.X509Certificates
Namespace InTheHand.Security.Cryptography.X509Certificates
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| OpenFlags |
Specifies the way the X509 certificate store should be opened.
| |
| StoreLocation |
Specifies the location of the X509 certificate store.
| |
| StoreName |
Specifies the name of the X509 certificate store to open.
| |
| X509CertificateCollection |
Defines a collection that stores X509Certificate objects.
| |
| X509Store |
Represents an X509 store, which is a physical store where certificates are persisted and managed.
|