Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Generates new encryption keys based on given seed

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

Syntax

C#
public static byte[] GenerateKeys(
	byte[] seed
)
Visual Basic (Declaration)
Public Shared Function GenerateKeys ( _
	seed As Byte() _
) As Byte()
Visual C++
public:
static array<unsigned char>^ GenerateKeys(
	array<unsigned char>^ seed
)

Parameters

seed
Type: array< System..::.Byte >[]()[]
The seed value to initialise keys with.

Return Value

A new key value.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Encryption.PkzipClassic.GenerateKeys(System.Byte[])"]

See Also