Click or drag to resize

PkiTrustStoreProvider Class

PKI trust store provider. Used for verifying x509 signatures.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.TrustPkiTrustStoreProvider

Namespace:  Guardtime.KSI.Trust
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class PkiTrustStoreProvider : IPkiTrustProvider

The PkiTrustStoreProvider type exposes the following members.

Constructors
  NameDescription
Public methodPkiTrustStoreProvider
Create PKI trust store provider instance.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVerify
Verify bytes with x509 signature.
Top
See Also