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