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.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public DefaultSignedPkcs7 GetSignedCms()
Public Function GetSignedCms As DefaultSignedPkcs7
public:
DefaultSignedPkcs7^ GetSignedCms()
member GetSignedCms : unit -> DefaultSignedPkcs7
Return Value
DefaultSignedPkcs7Signed CMS message if response was successful, otherwise
null.