RecipientKey Property
The public key used to compute the shared secret.
Syntax
[VB.NET] Public Property RecipientKey As ECCKey
[C#] public ECCKey RecipientKey {get; set;}
Remarks
This property specifies the public key used to compute the shared secret. This must be set before calling ComputeSecret.