CspProviderFlags Enumeration
.NET Framework 2.0
Specifies flags that modify the behavior of the cryptographic service providers (CSP).
Assembly: mscorlib (in mscorlib.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.CryptographyAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ <FlagsAttribute> _ Public Enumeration CspProviderFlags 'Usage Dim instance As CspProviderFlags
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute FlagsAttribute() */ public enum CspProviderFlags
SerializableAttribute ComVisibleAttribute(true) FlagsAttribute public enum CspProviderFlags
| Member name | Description | |
|---|---|---|
![]() | NoFlags | Don't specify any settings. |
![]() | NoPrompt | Prevent the CSP from displaying any user interface (UI) for this context. |
![]() | UseArchivableKey | Allow a key to be exported for archival or recovery. |
![]() | UseDefaultKeyContainer | Use key information from the default key container. |
![]() | UseExistingKey | Use key information from the current key. |
![]() | UseMachineKeyStore | Use key information from the computer's key store. |
![]() | UseNonExportableKey | Use key information that can not be exported. |
![]() | UseUserProtectedKey | 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. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
