Set IV used for encryption.

Namespace: BasicCard.Crypto.Messaging
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void SetIV(
	byte[] ivdata,
	int start
)
Visual Basic
Public Sub SetIV ( 
	ivdata As Byte(),
	start As Integer
)
Visual C++
public:
void SetIV(
	array<unsigned char>^ ivdata, 
	int start
)
F#
member SetIV : 
        ivdata : byte[] * 
        start : int -> unit 

Parameters

ivdata
Type: array<System..::..Byte>[]()[][]
IV
start
Type: System..::..Int32
Start position of IV within ivdata

See Also