NBitcoin.BouncyCastle.Crypto.Parameters.KeyParameter.GetKey C# (CSharp) Method

GetKey() public method

public GetKey ( ) : byte[]
return byte[]
		public byte[] GetKey()
		{
			return (byte[])key.Clone();
		}
	}