AesCryptographyDecrypt 方法 (Byte) |
对原始的数据进行解密的操作,返回解密之后的二进制原始数据
Decrypt the original data and return the decrypted binary original data
命名空间:
HslCommunication.Core.Security
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] Decrypt(
byte[] data
)
Public Function Decrypt (
data As Byte()
) As Byte()
public:
virtual array<unsigned char>^ Decrypt(
array<unsigned char>^ data
) sealed
abstract Decrypt :
data : byte[] -> byte[]
override Decrypt :
data : byte[] -> byte[]
参数
- data
- 类型:SystemByte
等待解密的数据
返回值
类型:
Byte解密之后的原始二进制数据
实现
ICryptographyDecrypt(Byte)参见