Method SignDetachedAsync
SignDetachedAsync(SignedCms)
Performs the signature. This embeds the CMS-SignedData (PKCS-7 container) into the <Content> entry of the signature field dictionary
Declaration
public Task<bool> SignDetachedAsync(SignedCms signedCms)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Cryptography.Pkcs.SignedCms | signedCms | The CMS-SignedData (PKCS-7 container) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> | The returned task results in in case of error.
|