key property

IPublicKey get key

Gets the underlying public key.

Implementation

IPublicKey get key {
  return pubKey;
}