|  | IApplicationPkcs7MimeDecompressAsync(SecureMimeContext, CancellationToken) Method | 
            Asynchronously decompress the compressed-data.
            
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
SyntaxTask<MimeEntity> DecompressAsync(
	SecureMimeContext ctx,
	CancellationToken cancellationToken = default
)
Parameters
- ctx  SecureMimeContext
- The S/MIME context to use for decompressing.
- cancellationToken  CancellationToken  (Optional)
- The cancellation token.
Return Value
TaskMimeEntityThe decompressed 
MimeEntity.
 Exceptions
Exceptions Remarks
Remarks
            Asynchronously decompresses the compressed-data using the specified 
SecureMimeContext.
            
 See Also
See Also