Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Size of cryptographic header stored before entry data

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

Syntax

C#
[ObsoleteAttribute("Use CryptoHeaderSize instead")]
public const int CRYPTO_HEADER_SIZE
Visual Basic (Declaration)
<ObsoleteAttribute("Use CryptoHeaderSize instead")> _
Public Const CRYPTO_HEADER_SIZE As Integer
Visual C++
[ObsoleteAttribute(L"Use CryptoHeaderSize instead")]
public:
literal int CRYPTO_HEADER_SIZE

Remarks

[Missing <remarks> documentation for "F:SharedCache.WinServiceCommon.SharpZipLib.Zip.ZipConstants.CRYPTO_HEADER_SIZE"]

See Also