Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
PkzipClassic embodies the classic or original encryption facilities used in Pkzip archives. While it has been superceded by more recent and more powerful algorithms, its still in use and is viable for preventing casual snooping

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

Syntax

C#
public abstract class PkzipClassic : SymmetricAlgorithm
Visual Basic (Declaration)
Public MustInherit Class PkzipClassic _
	Inherits SymmetricAlgorithm
Visual C++
public ref class PkzipClassic abstract : public SymmetricAlgorithm

Remarks

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

Inheritance Hierarchy

See Also