'Declaration Public Function New( _ ByVal inner As Stream, _ ByVal password As String, _ ByVal userSeed As Long, _ ByVal encrypt As Boolean _ )
'Usage Dim inner As Stream Dim password As String Dim userSeed As Long Dim encrypt As Boolean Dim instance As New ZCryptStream(inner, password, userSeed, encrypt)
Parameters
- inner
- password
- userSeed
- encrypt