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

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

Syntax

C#
protected void InitializePassword(
	string password
)
Visual Basic (Declaration)
Protected Sub InitializePassword ( _
	password As String _
)
Visual C++
protected:
void InitializePassword(
	String^ password
)

Parameters

password
Type: System..::.String
The password.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.DeflaterOutputStream.InitializePassword(System.String)"]

See Also