Cryptography.Encrypt Method (Byte[])
|
Namespace:
Ingeniux.Runtime.Security
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.5.94
Syntaxpublic 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:System.Byte[]
Return Value
Type:
Byte[]
See Also