diff options
Diffstat (limited to 'src/ext/Iis/ca/scacert.h')
-rw-r--r-- | src/ext/Iis/ca/scacert.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/Iis/ca/scacert.h b/src/ext/Iis/ca/scacert.h index 39b00d3d..6ce5ac72 100644 --- a/src/ext/Iis/ca/scacert.h +++ b/src/ext/Iis/ca/scacert.h | |||
@@ -20,4 +20,9 @@ enum SCA_CERTSYSTEMSTORE | |||
20 | { | 20 | { |
21 | SCA_CERTSYSTEMSTORE_CURRENTUSER = 1, | 21 | SCA_CERTSYSTEMSTORE_CURRENTUSER = 1, |
22 | SCA_CERTSYSTEMSTORE_LOCALMACHINE = 2, | 22 | SCA_CERTSYSTEMSTORE_LOCALMACHINE = 2, |
23 | SCA_CERTSYSTEMSTORE_SERVICES = 3, | ||
24 | SCA_CERTSYSTEMSTORE_USERS = 4, | ||
25 | SCA_CERTSYSTEMSTORE_USER_POLICY = 5, | ||
26 | SCA_CERTSYSTEMSTORE_LOCALMACHINE_POLICY = 6, | ||
27 | SCA_CERTSYSTEMSTORE_LOCALMACHINE_ENTERPRISE = 7, | ||
23 | }; | 28 | }; |