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