[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged.CreateEncryptor(System.Byte[],System.Byte[])]
| C# | Visual Basic | Managed C++ |
public override ICryptoTransform CreateEncryptor ( byte[] rgbKey, byte[] rgbIV )
Public Overrides Function CreateEncryptor ( _ rgbKey As Byte(), _ rgbIV As Byte() _ ) As ICryptoTransform
public: virtual ICryptoTransform^ CreateEncryptor ( array<unsigned char>^ rgbKey, array<unsigned char>^ rgbIV ) override
[Missing <returns> documentation for M:ICSharpCode.SharpZipLib.Encryption.PkzipClassicManaged.CreateEncryptor(System.Byte[],System.Byte[])]
Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)