Click or drag to resize

CryptoSignatureVerificationData Class

Data to be used when verifying a crypo signature.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.CryptoCryptoSignatureVerificationData

Namespace:  Guardtime.KSI.Crypto
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class CryptoSignatureVerificationData

The CryptoSignatureVerificationData type exposes the following members.

Constructors
  NameDescription
Public methodCryptoSignatureVerificationData
Create crypto signature verification data instance
Top
Properties
  NameDescription
Public propertyCertificateBytes
Trust anchor certificate bytes
Public propertySignTime
Time of signing. If the time is given then it will be used for checking if certificate was valid at the given time.
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.)
Top
See Also