System::Security::Cryptography::RSACryptoServiceProvider::set_UseMachineKeyStore method
RSACryptoServiceProvider::set_UseMachineKeyStore method
Defines whether the key persists in machine store instead of user store.
static void System::Security::Cryptography::RSACryptoServiceProvider::set_UseMachineKeyStore(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | True if the key should be persisted in machine store, false if it should be persisted in user store. |
See Also
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++