TripleDESDEncryptDecrypt Method (Byte) | Helper帮助文档 |
使用缺省密钥字符串解密byte[]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static byte[] Decrypt( byte[] encrypted )
Public Shared Function Decrypt ( encrypted As Byte() ) As Byte()
public: static array<unsigned char>^ Decrypt( array<unsigned char>^ encrypted )
static member Decrypt : encrypted : byte[] -> byte[]
Parameters
- encrypted
- Type: SystemByte
密文
Return Value
Type: Byte明文
See Also