Encrypt block length bytes of data starting at startpos.
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void Encrypt(
byte[] data,
int startpos
) |
Visual Basic |
---|
Public Sub Encrypt (
data As Byte(),
startpos As Integer
) |
Visual C++ |
---|
public:
void Encrypt(
array<unsigned char>^ data,
int startpos
) |
F# |
---|
member Encrypt :
data : byte[] *
startpos : int -> unit
|
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Data to encrypt.
- startpos
- Type: System..::..Int32
Start position within data.
See Also