SignerKey Property
The public key used to verify the signature.
Syntax
[VB.NET] Public Property SignerKey As ECCKey
[C#] public ECCKey SignerKey {get; set;}
Remarks
This property specifies the public key used to verify the signature. This public key corresponds to the private key used when creating the signature. This must be set before calling VerifySignature.