Interface ITimestampRequester
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public interface ITimestampRequester
Methods
GetTimestamp(DigestAlgorithmAndValue)
Requestes the timestamp-token
Declaration
CadesTimestamp GetTimestamp(DigestAlgorithmAndValue digest)
Parameters
| Type | Name | Description |
|---|---|---|
| DigestAlgorithmAndValue | digest | Digest algorithm and value for message-imprint |
Returns
| Type | Description |
|---|---|
| CadesTimestamp | CadesTimestamp signature |