Sets a value indicating whether the key should be persisted in the computer's key store instead of the user profile store.

Namespace: Limilabs.WHOIS.Licensing
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public static void UseMachineKeyStore(
	bool value
)
Visual Basic
Public Shared Sub UseMachineKeyStore ( _
	value As Boolean _
)
Visual C++
public:
static void UseMachineKeyStore(
	bool value
)

Parameters

value
Type: System..::..Boolean
true if the key should be persisted in the computer key store; otherwise, false.

See Also