Click or drag to resize

VerificationRule Methods

The VerificationRule type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckVerificationContext
Check if verification context is valid.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetAggregationHashChains
Get aggregation hash chain collection from KSI signature
Public methodStatic memberGetCalendarAuthenticationRecord
Get calendar authentication record from KSI signature
Public methodStatic memberGetCalendarHashChain
Get calendar has chain from KSI signature
Public methodStatic memberGetDeprecatedHashAlgorithm
Get first deprecated hash algorithm from calendar hash chain.
Public methodStatic memberGetExtendedCalendarHashChain
Get extended calendar hash chain from given publication time.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetNearestPublicationRecord
Get publication record from publications file that is nearest to the given time.
Public methodStatic memberGetPublicationRecord
Get publication record from KSI signature
Public methodStatic memberGetPublicationsFile
Get publications file form verification context
Public methodGetRuleName
Get rule name.
Public methodStatic memberGetSignature
Get KSi signature from verification context
Public methodGetType (Inherited from Object.)
Public methodStatic memberGetUserPublication
Get user publication from verification context
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextRule
Get next rule based on verification result.
Public methodOnFailure
Set next verification rule on failure.
Public methodOnNa
Set next verification rule on na status.
Public methodOnSuccess
Set next verification rule on success.
Public methodToString (Inherited from Object.)
Public methodVerify
Verify given context with verification rule.
Top
See Also