Crypt Function (Byte, Byte) | |
Encrypt or decrypt an array of bytes.
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax FUNCTION Crypt(
bSource AS BYTE[],
bKey AS BYTE[]
) AS BYTE[]
public static byte[] Crypt(
byte[] bSource,
byte[] bKey
)
Request Example
View SourceParameters
- bSource
- Type: Byte
- bKey
- Type: Byte
Return Value
Type:
ByteSee Also