SignedCmsBuilderAddTimestamp Method
Attaches a timestamp to signed CMS object.
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public void AddTimestamp(
TspResponse timestamp,
int signerInfoIndex
)
Public Sub AddTimestamp (
timestamp As TspResponse,
signerInfoIndex As Integer
)
public:
void AddTimestamp(
TspResponse^ timestamp,
int signerInfoIndex
)
member AddTimestamp :
timestamp : TspResponse *
signerInfoIndex : int -> unit
Parameters
- timestamp TspResponse
- TSP response returned from Time-Stamping Authority.
- signerInfoIndex Int32
- Signature index to attach the timestamp.
Call
Encode method to get timestamped object.