[Missing <summary> documentation for "M:BasicCard.Crypto.Messaging.Eax.ComputeCiphertext(System.Byte[],System.Int32,System.Int32)"]

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

Syntax

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

Parameters

data
Type: array<System..::..Byte>[]()[][]
Data to encrypt.
startPos
Type: System..::..Int32
Start position within data.
len
Type: System..::..Int32
Number of bytes to encrypt.

See Also