 | 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.LicensingAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic static void UseMachineKeyStore(
bool value
)
Public Shared Sub UseMachineKeyStore (
value As Boolean
)
public:
static void UseMachineKeyStore(
bool value
)
static member UseMachineKeyStore :
value : bool -> unit Parameters
- value Boolean
- true if the key should be persisted in the computer key store; otherwise, false.
See Also