注意:数据会从Position开始
public static void StreamDecryptDES(
Stream inStream,
Stream outStream,
string encryptKey
)
Public Shared Sub StreamDecryptDES (
inStream As Stream,
outStream As Stream,
encryptKey As String
)
static member StreamDecryptDES :
inStream : Stream *
outStream : Stream *
encryptKey : string -> unit