The CertificateEngine type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkCertificateEngine
Initializes new instance of the CertificateEngine class.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkBuildChain(Certificate)
Builds a certificate chain from the specified certificate.
Public methodSupported by the .NET Compact FrameworkBuildChain(Certificate, IEnumerable<(Of <<'(Certificate>)>>))
Builds a certificate chain from the specified certificate.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkGetCurrentEngine
Gets the current certificate engine.
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkSetCurrentEngine
Sets the current certificate engine.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkValidate
Validates given certificate chain using specified validation parameters.

Properties

  NameDescription
Public propertyStatic memberSupported by the .NET Compact FrameworkDefault
Gets the default certificate engine which is used if no custom engine is set as current engine.
Public propertyStatic memberSupported by the .NET Compact FrameworkInternal
Gets the internal enhanced implementation of certificate engine, which doesn't rely on system validator and validates chains manually.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the LogWriter used by this object.
Public propertySupported by the .NET Compact FrameworkRevocationCheckModes
Gets or sets modes of certificate revocation check.

See Also