CryptoSys API Library Manual

Cipher.Update Method (Byte[])

Transform byte input data with previously initialized key, mode and direction.

Syntax

[C#]
public byte[] Update(
	byte[] data
)
[VB.NET]
Public Function Update ( _
	data As Byte() _
) As Byte()

Parameters

data
Input data in byte array.

Return Value

Transformed data in byte array.

See Also

VB6/C equivalent: CIPHER_Update

[Contents] [Index]

[PREV: Cipher.Unpad Method (String, CipherAlgorithm, Padding)...]   [Contents]   [Index]   
   [NEXT: Cipher.Update Method (String)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.