Click or drag to resize

CalendarAuthenticationRecordSignatureVerificationRule Class

Rule validates calendar authentication record signature. Signature is made from calendar authentication record publication data. X.509 certificate is searched from publications file and when found, it is used to validate PKI signature in calendar authentication record.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.Signature.Verification.RuleVerificationRule
    Guardtime.KSI.Signature.Verification.RuleCalendarAuthenticationRecordSignatureVerificationRule

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

The CalendarAuthenticationRecordSignatureVerificationRule type exposes the following members.

Constructors
  NameDescription
Public methodCalendarAuthenticationRecordSignatureVerificationRule
Create calendar authentication record signature verification rule.
Public methodCalendarAuthenticationRecordSignatureVerificationRule(X509Store, ICertificateSubjectRdnSelector) Obsolete.
Create calendar authentication record signature verification rule.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRuleName
Get rule name.
(Inherited from VerificationRule.)
Public methodGetType (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 (Overrides VerificationRuleVerify(IVerificationContext).)
Top
See Also