Click or drag to resize

VerificationResult Class

Rule verification result.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Signature.VerificationVerificationResult

Namespace:  Guardtime.KSI.Signature.Verification
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class VerificationResult

The VerificationResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildResults
Returns collection of child results.
Public propertyResultCode
Get verification result code.
Public propertyRuleName
Get verification rule name.
Public propertyVerificationError
Get verification error if exists, otherwise null.
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
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also