Crestron.SimplSharp.Cryptography.X509Certificates
Classes
Class | Description | |
---|---|---|
![]() | CryptographicException |
The exception that is thrown when an error occurs during a cryptographic
operation.
|
![]() | X509Certificate |
Provides methods that help you use X.509 v.3 certificates.
|
![]() | X509Certificate2 |
Represents an X.509 certificate. This class cannot be inherited.
|
![]() | X509Certificate2Collection |
Represents a collection of X509Certificate2
objects. This class cannot be inherited.
|
![]() | X509CertificateCollection |
Defines a collection that stores X509Certificate
objects.
|
![]() | X509Store |
Represents an X.509 store, which is a physical store where certificates are
persisted and managed. This class cannot be inherited.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | OpenFlags |
Specifies the way to open the X.509 certificate store.
|
![]() | StoreLocation |
Specifies the location of the X.509 certificate store.
|
![]() | StoreName |
Specifies the name of the X.509 certificate store to open.
|
![]() | X509FindType |
Specifies the type of value searched for by the X509Certificate2Collection.Find(X509FindType,System.Object,System.Boolean)
method.
|