System::Security::Cryptography::DSACryptoServiceProvider::get_UseMachineKeyStore method

DSACryptoServiceProvider::get_UseMachineKeyStore method

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

static bool System::Security::Cryptography::DSACryptoServiceProvider::get_UseMachineKeyStore()

ReturnValue

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

See Also