Ksi Methods |
The Ksi type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Extend(IKsiSignature) |
Extend signature to nearest publication record in publications file subsequent to signature aggregation time.
| |
| Extend(IKsiSignature, PublicationData) |
Extend signature to publication.
| |
| Extend(IKsiSignature, PublicationRecordInPublicationFile) |
Extend signature to publication.
| |
| Extend(IKsiSignature, PublicationRecordInSignature) |
Extend signature to publication.
| |
| Finalize | (Inherited from Object.) | |
| GetAggregatorConfig |
Get additional aggregator configuration data
| |
| GetExtenderConfig |
Get additional extender configuration data
| |
| GetHashCode | (Inherited from Object.) | |
| GetPublicationsFile |
Get publications file.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Sign(Byte, UInt32) |
Sign document hash.
| |
| Sign(Stream, UInt32) |
Sign document hash.
| |
| Sign(DataHash, UInt32) |
Sign document hash.
| |
| ToString | (Inherited from Object.) | |
| Verify(IKsiSignature, DataHash) |
Verify KSI signature using DefaultVerificationPolicy with extending allowed.
| |
| Verify(VerificationPolicy, IVerificationContext) |
Verify KSI signature using verification policy and context.
If context indicates that extending is allowed but KsiService is not included then KsiService is added automatically.
| |
| Verify(IKsiSignature, DataHash, IPublicationsFile) |
Verify KSI signature using DefaultVerificationPolicy with publications file. Extending not allowed.
|