procedure Init(ContentInfo: TScCMSContentInfo); overload;
procedure Init(const ContentBuffer: TBytes); overload;
procedure Init(ContentStream: TStream); overload;
Description
Initializes the TScCMSSignedData instance by using the specified content information as the inner content.
The ContentInfo, ContentBuffer, and ContentStream parameters represent the content information as the inner content of the signed message. The ContentInfo property is set from the value of this parameter.
The Init method clears the Signatures list.
See also