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
Silverlight
Specifies flags that modify the behavior of the cryptographic service providers (CSP).
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
| Member name | Description | |
|---|---|---|
![]() | NoFlags | Do not specify any settings. |
![]() | UseMachineKeyStore | Use key information from the computer's key store. |
![]() | UseDefaultKeyContainer | Use key information from the default key container. |
![]() | UseNonExportableKey | Use key information that cannot be exported. |
![]() | UseExistingKey | Use key information from the current key. |
![]() | UseArchivableKey | Allow a key to be exported for archival or recovery. |
![]() | 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. |
![]() | NoPrompt | Prevent the CSP from displaying any user interface (UI) for this context. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:
