Rebex.Security.Certificates Namespace
Classes
Certificate
Represents an X.509 v3 certificate.
CertificateChain
Represents a chain of certificates.
CertificateCollection
Represents a collection of X.509 v3 certificates.
CertificateEngine
Represents a certificate engine.
CertificateException
The exception that is thrown when a certificate-related error occurs.
CertificateExtension
Represents an X.509 v3 certificate extension.
CertificateExtensionCollection
Represents a collection of X.509 v3 certificate extensions.
CertificateKeyParameters
Certificate private key parameters for CertificateEngine's Bind(Certificate, PrivateKeyInfo, CertificateKeyParameters) method.
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.
ValidationResult
Represents the result of certificate chain validation.
Enums
CertificateChainEngine
A chain engine (name space and cache) to be used to build and validate certificate chains.
CertificateFindOptions
Options for FindCertificates(DistinguishedName[], CertificateFindOptions) methods.
CertificateFindType
The type of search for FindCertificates(CertificateFindType, Byte[], CertificateFindOptions) method.
CertificateFormat
Specifies certificate file format.
CertificateStoreLocation
Specifies the location of the certificate store.
CertificateStoreName
Specifies the name of the certificate store.
CertificateStoreOpenFlags
Specifies store opening flags.
KeyAlgorithm
The key algorithm for the certificate.
KeySetOptions
Key set options.
KeyUses
Intended key usage.
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.