Click or drag to resize

LicenseHelperUseMachineKeyStore Method

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

Namespace: Limilabs.Mail.Licensing
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public static void UseMachineKeyStore(
	bool value
)

Parameters

value  Boolean
true if the key should be persisted in the computer key store; otherwise, false.
See Also