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()
Public Function GetSignedCms As DefaultSignedPkcs7
public:
DefaultSignedPkcs7^ GetSignedCms()
member GetSignedCms : unit -> DefaultSignedPkcs7
Return Value
Type:
DefaultSignedPkcs7Signed CMS message if response was successful, otherwise
null.
See Also