Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get/set the ICryptoTransform to apply to any data.

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#
public ICryptoTransform CryptoTransform { set; }
Visual Basic (Declaration)
Public WriteOnly Property CryptoTransform As ICryptoTransform
Visual C++
public:
property ICryptoTransform^ CryptoTransform {
	void set (ICryptoTransform^ value);
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputBuffer.CryptoTransform"]

Remarks

Set this value to null to have no transform applied.

See Also