Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the Hashing

Namespace:  SharedCache.WinServiceCommon.Provider.Cache
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static Enums..::.HashingAlgorithm Hashing { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Hashing As Enums..::.HashingAlgorithm
Visual C++
public:
static property Enums..::.HashingAlgorithm Hashing {
	Enums..::.HashingAlgorithm get ();
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Provider.Cache.IndexusSharedCacheProvider.Hashing"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Cache.IndexusSharedCacheProvider.Hashing"]

See Also