Windows apps
Collapse the table of content
Expand the table of content
Information
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

Specifies flags that modify the behavior of CryptoAPI cryptographic service providers (CSPs).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
<Serializable>
Public Enum CspProviderFlags
[C#]
[Flags]
[Serializable]
public enum CspProviderFlags
[C++]
[Flags]
[Serializable]
__value public enum CspProviderFlags
[JScript]
public
   Flags
 Serializable
enum CspProviderFlags

Members

Member name Description Value
UseDefaultKeyContainer Use key information from the default key container. 2
UseMachineKeyStore Use key information from the computer's key store. 1

Requirements

Namespace: System.Security.Cryptography

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

System.Security.Cryptography Namespace | Cryptographic Services

Show:
© 2017 Microsoft