set_PersistKeyInCsp()

DSACryptoServiceProvider::set_PersistKeyInCsp(bool) method

Defines whether key is persisted in CSP object.

void System::Security::Cryptography::DSACryptoServiceProvider::set_PersistKeyInCsp(bool value)

Arguments

ParameterTypeDescription
valueboolTrue to persist the key, false otherwise.

See Also