diff options
Diffstat (limited to 'src/xsd/iis.xsd')
-rw-r--r-- | src/xsd/iis.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xsd/iis.xsd b/src/xsd/iis.xsd index b43bff42..4bc59cf2 100644 --- a/src/xsd/iis.xsd +++ b/src/xsd/iis.xsd | |||
@@ -685,10 +685,21 @@ | |||
685 | </xs:simpleType> | 685 | </xs:simpleType> |
686 | </xs:attribute> | 686 | </xs:attribute> |
687 | <xs:attribute name="StoreLocation" use="required"> | 687 | <xs:attribute name="StoreLocation" use="required"> |
688 | <xs:annotation> | ||
689 | <xs:documentation> | ||
690 | This attribute controls which Certificate Store Location will be used for the Certificate. | ||
691 | See <a href="https://learn.microsoft.com/en-us/windows/win32/seccrypto/system-store-locations" target="_blank">MSDN documentation</a> for more information. | ||
692 | </xs:documentation> | ||
693 | </xs:annotation> | ||
688 | <xs:simpleType> | 694 | <xs:simpleType> |
689 | <xs:restriction base="xs:string"> | 695 | <xs:restriction base="xs:string"> |
690 | <xs:enumeration value="currentUser"/> | 696 | <xs:enumeration value="currentUser"/> |
691 | <xs:enumeration value="localMachine"/> | 697 | <xs:enumeration value="localMachine"/> |
698 | <xs:enumeration value="services"/> | ||
699 | <xs:enumeration value="users"/> | ||
700 | <xs:enumeration value="userPolicy"/> | ||
701 | <xs:enumeration value="localMachinePolicy"/> | ||
702 | <xs:enumeration value="localMachineEnterprise"/> | ||
692 | </xs:restriction> | 703 | </xs:restriction> |
693 | </xs:simpleType> | 704 | </xs:simpleType> |
694 | </xs:attribute> | 705 | </xs:attribute> |