The CertificateEngine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CertificateEngine |
Initializes new instance of the CertificateEngine class.
|
Methods
Name | Description | |
---|---|---|
BuildChain(Certificate) |
Builds a certificate chain from the specified certificate.
| |
BuildChain(Certificate, IEnumerable<(Of <<'(Certificate>)>>)) |
Builds a certificate chain from the specified certificate.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCurrentEngine |
Gets the current certificate engine.
| |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetCurrentEngine |
Sets the current certificate engine.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
Validate |
Validates given certificate chain using specified validation parameters.
|
Properties
Name | Description | |
---|---|---|
Default |
Gets the default certificate engine which is used if no custom engine is set as current engine.
| |
Internal |
Gets the internal enhanced implementation of certificate engine,
which doesn't rely on system validator and validates chains manually.
| |
LogWriter |
Gets or sets the LogWriter used by this object.
| |
RevocationCheckModes |
Gets or sets modes of certificate revocation check.
|