Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Defines a wrapper object to access the Pkzip algorithm. This class cannot be inherited.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Encryption
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public sealed class PkzipClassicManaged : PkzipClassic
Visual Basic (Declaration)
Public NotInheritable Class PkzipClassicManaged _
	Inherits PkzipClassic
Visual C++
public ref class PkzipClassicManaged sealed : public PkzipClassic

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Encryption.PkzipClassicManaged"]

Inheritance Hierarchy

System..::.Object
  System.Security.Cryptography..::.SymmetricAlgorithm
    SharedCache.WinServiceCommon.SharpZipLib.Encryption..::.PkzipClassic
      SharedCache.WinServiceCommon.SharpZipLib.Encryption..::.PkzipClassicManaged

See Also