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.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
C#
public DefaultSignedPkcs7 GetSignedCms()

Return Value

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

See Also