Get a shred method

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static IShredMethod Get(
	AvailableShred shred
)
Visual Basic
Public Shared Function Get ( _
	shred As AvailableShred _
) As IShredMethod
Visual C++
public:
static IShredMethod^ Get(
	AvailableShred shred
)

Parameters

shred
Type: LLCryptoLib.Shred..::..AvailableShred
Enumeration shred methods

Return Value

The shred method object

See Also