System::Security::Cryptography::DSACryptoServiceProvider::set_PersistKeyInCsp method

DSACryptoServiceProvider::set_PersistKeyInCsp method

Defines whether key is persisted in CSP object.

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

See Also