set_UseMachineKeyStore()

DSACryptoServiceProvider::set_UseMachineKeyStore(bool) method

Defines whether the key persists in machine store instead of user store.

static void System::Security::Cryptography::DSACryptoServiceProvider::set_UseMachineKeyStore(bool value)

Arguments

ParameterTypeDescription
valueboolTrue if the key should be persisted in machine store, false if it should be persisted in user store.

See Also