Click or drag to resize

VerificationPolicy Class

Verification policy to verify set of verification rules.
Inheritance Hierarchy

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

The VerificationPolicy type exposes the following members.

Constructors
  NameDescription
Protected methodVerificationPolicy
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRuleName
Get rule name.
(Inherited from VerificationRule.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextRule
Get next rule based on verification result.
(Inherited from VerificationRule.)
Public methodOnFailure
Set next verification rule on failure.
(Inherited from VerificationRule.)
Public methodOnNa
Set next verification rule on na status.
(Inherited from VerificationRule.)
Public methodOnSuccess
Set next verification rule on success.
(Inherited from VerificationRule.)
Public methodToString (Inherited from Object.)
Public methodVerify
Verify KSI signature with given context and policy.
(Overrides VerificationRuleVerify(IVerificationContext).)
Top
Fields
  NameDescription
Protected fieldFirstRule
First rule to verify.
Top
See Also