System::Security::Cryptography::RSACryptoServiceProvider::get_UseMachineKeyStore 方法

RSACryptoServiceProvider::get_UseMachineKeyStore method

检查密钥是否持久化在机器存储而非用户存储中。

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

ReturnValue

如果密钥应保存在机器存储区则为 true,若应保存在用户存储区则为 false。

另见