public bool VerifySignatureAgainst(MagicKey key) { return(key.Verify(_signature, key.BuildSignedData(_data, _dataType, _encoding, _alg))); }