DSACryptoServiceProvider::PersistKeyInCsp Property
Gets or sets a value indicating whether the key should be persisted in the cryptographic service provider (CSP).
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::Booleantrue if the key should be persisted in the CSP; otherwise, false.
Use this property when you want to persist a key in a key container.
for permission to delete a key. Security action: Demand. Associated enumeration: KeyContainerPermissionFlags::Delete
-or-
for permission to create a key. Security action: Demand. Associated enumeration: KeyContainerPermissionFlags::Create
Available since 1.1