The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CspProviderFlags Enumeration
.NET Framework 3.0
Specifies flags that modify the behavior of the cryptographic service providers (CSP).
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly: 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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
Show:
