CryptoSys API Library Manual

CipherStream.Update Method

Encrypts input using current context

Syntax

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

Parameters

input
Input data to be encrypted

Return Value

Encrypted data in array of exactly the same length as input; or an empty array on error

Remarks

Check CipherStream.ErrCode for error details

See Also

VB6/C equivalent: CIPHER_StreamUpdate

[Contents] [Index]

[PREV: CipherStream.Instance Method...]   [Contents]   [Index]   
   [NEXT: Cnv.Base64Filter Method...]

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