Classes
Class | Description | |
---|---|---|
Certificate |
Represents an X509 v3 certificate.
|
|
CertificateCollection |
Represents a collection of X509 v3 certificates.
|
|
CertificateEngine |
Represents a certificate engine.
|
|
CertificateException |
The exception that is thrown when a certificate-related error occurs.
|
|
CertificateExtension |
Represents an X509 v3 certificate extension.
|
|
CertificateExtensionCollection |
Represents a collection of X509 v3 certificate extensions.
|
|
CertificateChain |
Represents a chain of certificates.
|
|
CertificateStore |
Represents a certificate store.
|
|
CertificateValidationParameters |
Certificate validation parameters for CertificateEngine's Validate(CertificateChain, CertificateValidationParameters) method.
|
|
CrlDistributionPoint |
A CRL distribution point.
|
|
CrlDistributionPointCollection |
Represents a collection of CRL distribution points.
|
|
DistinguishedName |
Represents a distinguished name.
|
|
EnhancedCertificateEngine |
Represents internal enhanced certificate engine,
which doesn't rely on system validator and validates chains manually.
|
|
ValidationResult |
Represents the result of certificate chain validation.
|
Enumerations
Enumeration | Description | |
---|---|---|
CertificateFindOptions |
Options for FindCertificates(array<DistinguishedName>[]()[][], CertificateFindOptions) methods.
|
|
CertificateFindType |
The type of search for FindCertificates(CertificateFindType, array<Byte>[]()[][], CertificateFindOptions) method.
|
|
CertificateFormat |
Specifies certificate file format.
|
|
CertificateChainEngine |
A chain engine (name space and cache) to be used to build and validate certificate chains.
|
|
CertificateStoreLocation |
Specifies the location of the certificate store.
|
|
CertificateStoreName |
Specifies the name of the certificate store.
|
|
KeyAlgorithm |
The key algorithm for the certificate.
|
|
KeySetOptions |
Key set options.
|
|
KeyUses |
Intended key usage.
|
|
RevocationCheckModes |
Specifies certificate revocation check modes.
|
|
SignatureHashAlgorithm |
The hash algorithm used to compute the hash for hash signing
and verification methods.
|
|
ValidationOptions |
Certificate validation method options. (Not supported by CertificateChainEngine.Native engine on Xamarin.iOS and Xamarin.Android).
|
|
ValidationStatus |
Certificate validation status.
|