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