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

RSACryptoServiceProvider::set_PersistKeyInCsp method

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

void System::Security::Cryptography::RSACryptoServiceProvider::set_PersistKeyInCsp(bool value)
ParameterType描述
valuebool若要持久化密钥则为 True,否则为 false。

另见