CspProviderFlags

CspProviderFlagsserializable, flags

System.Security.Cryptography (mscorlib.dll)enum
public enum CspProviderFlags {
   UseMachineKeyStore = 0x00000001,UseDefaultKeyContainer = 0x00000002
}

The values of this enumeration specify the location where persistent asymmetric key values are stored; the constructor for the CspParameters class accepts a value from this enumeration.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) CspProviderFlags

Returned By

CspParameters.Flags

Passed To

CspParameters.Flags



    Part V: API Quick Reference