iCore.Public.Crypto.X509Certificates Namespace
The iCore.Public.Crypto.X509Certificates namespace contains types related to X509 certificates.
Classes
Name | Description |
---|---|
Certificate | Class for creating ICertificate objects. |
CertificateMemoryStore | Class for creating ICertificateMemoryStore objects. |
CertificateSystemStore | Class for creating ICertificateSystemStore objects. |
CertificateValidationConfiguration | Defines configuration options for the validation of X509 certificates. |
Interfaces
Name | Description |
---|---|
ICertificate | Represents an X.509 certificate. |
ICertificateMemoryStore | Represents an in-memory X.509 certificate store. |
ICertificateStore | Represents an X.509 store, which is a collection of certificates that may represent a windows system store or a temporary in-memory store. |
ICertificateSystemStore | Represents a windows X.509 certificate system store. |
ICertificateValidationConfiguration | Defines configuration options for the validation of X509 certificates. |
Enums
Name | Description |
---|---|
CertificateStoreLocation | Specifies a system certificate store location. |
CertificateValidationErrorSuppression | Specifies how certificates are to be validated. Multiple options from this enum can be combined. |
CertificateValidationOptions | Defines values that can be combined to indicate how the certificate validation process should occur. |
CertificateValidationRevocationCheckPreference | Specifies the preferred method for certificate revocation verification. |