CryptographyDecrypt Method (Byte)
|
Namespace:
Ingeniux.CMS.Security
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
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
[Missing <param name="data"/> documentation for "M:Ingeniux.CMS.Security.Cryptography.Decrypt(System.Byte[])"]
Return Value
Type:
Byte[Missing <returns> documentation for "M:Ingeniux.CMS.Security.Cryptography.Decrypt(System.Byte[])"]
See Also