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