System::Security::Cryptography::RSACryptoServiceProvider::set_PersistKeyInCsp method

RSACryptoServiceProvider::set_PersistKeyInCsp method

Defines whether key is persisted in CSP object.

void System::Security::Cryptography::RSACryptoServiceProvider::set_PersistKeyInCsp(bool value)
ParameterTypeDescription
valueboolTrue to persist the key, false otherwise.

See Also