KSP
AcceptIssuers
This key specifies a list of issuers to register in the user store for Microsoft CNG.
Use the semicolon (;
) to separate different issuers.
Default none, all certificate are registered.
[KSP]
AcceptIssuers=
DenyIssuers
This key specifies a list of issuers not to register in the user store for Microsoft CNG.
Use the semicolon (;
) to separate different issuers.
Default none, all certificate are registered.
[KSP]
DenyIssuers=
Mode
#define KSP_MODE_ALLOW_SOFT_TOKEN 0x01
#define KSP_MODE_ALLOW_SMART_CARD 0x02
#define KSP_MODE_ALLOW_VIRTUAL_CARD 0x04
#define KSP_MODE_IGNORE_SILENT 0x08
#define KSP_MODE_INTERNAL_PIN 0x10
#define KSP_MODE_NO_SLOTID_IN_NAME 0x20
#define KSP_MODE_USE_KEY_ID_AS_NAME 0x40
#define KSP_MODE_NO_CHECK_EVENT 0x80 (1)
#define KSP_MODE_DEFAULT KSP_MODE_ALLOW_SOFT_TOKEN | KSP_MODE_ALLOW_SMART_CARD | KSP_MODE_ALLOW_VIRTUAL_CARD (2)
[KSP]
Mode=
1 | This value is for internal use only. |
2 | This value is for internal use only. |