System::Security::Cryptography::RSACryptoServiceProvider::set_PersistKeyInCsp 方法

RSACryptoServiceProvider::set_PersistKeyInCsp method

定义密钥是否持久化在 CSP 对象中。

void System::Security::Cryptography::RSACryptoServiceProvider::set_PersistKeyInCsp(bool value)
参数类型描述
bool若要持久化密钥则为 true,否则为 false。

另见