Cryptographic Service Provider (CSP) Provider Flags.
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum CspProviderFlags
Member Name | Description |
---|
NoFlags | Documentation for this section has not yet been entered. |
NoPrompt | Documentation for this section has not yet been entered. |
UseArchivableKey | Documentation for this section has not yet been entered. |
UseDefaultKeyContainer | Use the "default" container for the user (or the machine). |
UseExistingKey | Documentation for this section has not yet been entered. |
UseMachineKeyStore | Load an existing key pair, or store a newly generated one, from the machine key containers. By default key pairs are conserved by users. |
UseNonExportableKey | Documentation for this section has not yet been entered. |
UseUserProtectedKey | Documentation for this section has not yet been entered. |
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0