ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.StopDecrypting C# (CSharp) Method

StopDecrypting() protected method

Clear any cryptographic state.
protected StopDecrypting ( ) : void
return void
        protected void StopDecrypting()
        {
            inputBuffer.CryptoTransform = null;
        }