public static byte[] DecryptDES(
byte[] data,
string encryptKey
)
Public Shared Function DecryptDES (
data As Byte(),
encryptKey As String
) As Byte()
static member DecryptDES :
data : byte[] *
encryptKey : string -> byte[]
[缺少 "M:TouchSocket.Core.DataSecurity.DecryptDES(System.Byte[],System.String)" 的 <returns> 文档]