Updates an Encrypt operation
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function EncryptUpdate ( _
data As Byte() _
) As Byte() |
C# |
---|
public byte[] EncryptUpdate(
byte[] data
) |
Visual C++ |
---|
public:
virtual array<unsigned char>^ EncryptUpdate(
[InAttribute] array<unsigned char>^ data
) sealed |
JavaScript |
---|
function encryptUpdate(data); |
Parameters
- data
- Type: array<System..::..Byte>[]()[]
clear text
Return Value
cipher text
Implements
ISession..::..EncryptUpdate(array<Byte>[]()[][])Remarks
Exceptions
See Also