Click or drag to resize

ISignedContainer Interface

Represents SMIME entities that can store signed data and a signature.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface ISignedContainer

The ISignedContainer type exposes the following members.

Methods
  NameDescription
Public methodGetSignedCms
Gets the SignedCms instance stored in this container
Public methodReSignWith
Computes the signature again.
Public methodSetPlainDataAndSign
Sets plain MIME entity and signs it using specified parameters.
Top
See Also