CspProviderFlags
A set of flags that can be used to modify the behavior of cryptographic providers.
Public Enum CspProviderFlags
Values
- NoFlags = 0
- No flags are to be set.
- NoPrompt = 64
- Prevents the service provider from display any UI for this context.
- UseArchivableKey = 16
- Allows a key to be exported for archival or recovery.
- UseDefaultKeyContainer = 2
- Use the key information from the default container.
- UseExistingKey = 8
- Use the key information from the current key.
- UseMachineKeyStore = 1
- Use the key information from the computers key store.
- UseNonExportableKey = 4
- Use key information that cannot be exported.
- UseUserProtectedKey = 32
- Notify the user through a dialog box or another method when certain actions are attempting to use a key. This flag is not compatible with the NoPrompt flag.
See Also
Project CorLib Overview
Class CspParameters Overview