Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get / set the key value applicable.

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

Syntax

C#
public override byte[] Key { get; set; }
Visual Basic (Declaration)
Public Overrides Property Key As Byte()
Visual C++
public:
virtual property array<unsigned char>^ Key {
	array<unsigned char>^ get () override;
	void set (array<unsigned char>^ value) override;
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Encryption.PkzipClassicManaged.Key"]

Remarks

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

See Also