Represents internal enhanced certificate engine, which doesn't rely on system validator and validates chains manually.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Class EnhancedCertificateEngine _
	Inherits CertificateEngine
C#
public class EnhancedCertificateEngine : CertificateEngine

Inheritance Hierarchy

System..::..Object
  Rebex.Security.Certificates..::..CertificateEngine
    Rebex.Security.Certificates..::..EnhancedCertificateEngine

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also