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