Org.BouncyCastle.Asn1.Pkcs.RC2CbcParameter.GetIV C# (CSharp) Method

GetIV() public method

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