System::Security::Cryptography::RSACryptoServiceProvider::get_UseMachineKeyStore method

RSACryptoServiceProvider::get_UseMachineKeyStore method

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

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

ReturnValue

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

See Also