CryptographyEncrypt Method (Byte)
|
Namespace:
Ingeniux.Runtime.Security
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntax public static byte[] Encrypt(
byte[] source
)
Public Shared Function Encrypt (
source As Byte()
) As Byte()
public:
static array<unsigned char>^ Encrypt(
array<unsigned char>^ source
)
static member Encrypt :
source : byte[] -> byte[]
Parameters
- source
- Type: SystemByte
Return Value
Type:
ByteSee Also