TspResponseGetSignedCms Method

Gets the signed CMS message associated with response. Returned object can be attached to Signed CMS signature in unauthenticated attributes like counter-signer.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public DefaultSignedPkcs7 GetSignedCms()

Return Value

DefaultSignedPkcs7
Signed CMS message if response was successful, otherwise null.

See Also