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 nameDescription
Supported by the .NET Compact FrameworkCurrentUser
The chain engine of the current user.
Supported by the .NET Compact FrameworkLocalMachine
The chain engine of the local machine.
Supported by the .NET Compact FrameworkAuto
Use current certificate engine if set; otherwise use Default engine (platform-specific).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also