Click or drag to resize

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.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public DefaultSignedPkcs7 GetSignedCms()

Return Value

Type: DefaultSignedPkcs7
Signed CMS message if response was successful, otherwise null.
See Also