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.FTP.Licensing
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public static void UseMachineKeyStore(
	bool value
)

Parameters

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