IndexValue Constructor (String)

ScaleOut Software NamedCache API
Create a new IndexValue using the 32-byte hashcode resulting from hashing value with the SHA256 hash provider.

Namespace:  Soss.Client
Assembly:  soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax

public IndexValue(
	string value
)

Parameters

value
Type: SystemString
The value the newly-constructed IndexValue represents.
See Also

Reference