RecipientCerts Property
The public certificate used to encrypt files when sending.
Syntax
public CertificateList RecipientCerts { get; }
Public Property RecipientCerts As CertificateList
Remarks
The encryption certificates of the recipients. If this property is specified, the files being sent will be encrypted using the algorithm given by EncryptionAlgorithm.
This property is not available at design time.