procedure Init(Recipient: TScCMSRecipient); overload;
procedure Init(Recipient: TScCMSRecipient; const EncryptedKey: TBytes); overload;
Description
Initializes the TScCMSKeyTransRecipientInfo instance by using the specified recipient information and encrypted key.
The Recipient parameter is an object that represents the recipient information.
The EncryptedKey parameter represents the encrypted key for this key transport recipient. The EncryptedKey property is set from the value of this parameter.
See Also