Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.GetIV C# (CSharp) Method

GetIV() public method

public GetIV ( ) : byte[]
return byte[]
		public byte[] GetIV()
        {
			return (byte[]) iv.Clone();
        }