NBitcoin.BouncyCastle.Crypto.Parameters.ECDomainParameters.GetSeed C# (CSharp) Method

GetSeed() public method

public GetSeed ( ) : byte[]
return byte[]
		public byte[] GetSeed()
		{
			return Arrays.Clone(seed);
		}