A chain engine (name space and cache) to be used to build and validate certificate chains.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration CertificateChainEngine |
| C# |
|---|
public enum CertificateChainEngine |
Members
| Member name | Description | |
|---|---|---|
| CurrentUser |
The chain engine of the current user.
| |
| LocalMachine |
The chain engine of the local machine.
| |
| Auto |
Use current certificate engine if set; otherwise use Default engine (platform-specific).
|