Decrypt 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 Decrypt(
byte[] data,
int startpos
) |
Visual Basic |
---|
Public Sub Decrypt (
data As Byte(),
startpos As Integer
) |
Visual C++ |
---|
public:
void Decrypt(
array<unsigned char>^ data,
int startpos
) |
F# |
---|
member Decrypt :
data : byte[] *
startpos : int -> unit
|
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Data to decrypt.
- startpos
- Type: System..::..Int32
Start position within data.
See Also