RecipientKeys Property
The collection of keys belonging to the recipient of the message.
Syntax
[VB.NET] Public Property RecipientKeys As KeyList
[C#] public KeyList RecipientKeys {get;}
Remarks
This property contains the keys of the message recipient.
Set this property before calling Encrypt or SignAndEncrypt.
This property is not available at design time.