ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.StopDecrypting C# (CSharp) Méthode

StopDecrypting() protected méthode

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