Crestron.SimplSharp.Cryptography.X509Certificates

Classes

  ClassDescription
Public classCryptographicException
The exception that is thrown when an error occurs during a cryptographic operation.
Public classX509Certificate
Provides methods that help you use X.509 v.3 certificates.
Public classX509Certificate2
Represents an X.509 certificate. This class cannot be inherited.
Public classX509Certificate2Collection
Represents a collection of X509Certificate2 objects. This class cannot be inherited.
Public classX509CertificateCollection
Defines a collection that stores X509Certificate objects.
Public classX509Store
Represents an X.509 store, which is a physical store where certificates are persisted and managed. This class cannot be inherited.

Enumerations

  EnumerationDescription
Public enumerationOpenFlags
Specifies the way to open the X.509 certificate store.
Public enumerationStoreLocation
Specifies the location of the X.509 certificate store.
Public enumerationStoreName
Specifies the name of the X.509 certificate store to open.
Public enumerationX509FindType
Specifies the type of value searched for by the X509Certificate2Collection.Find(X509FindType,System.Object,System.Boolean) method.