principalsType Complex Type
Defines the child element for the Principals element.
<xs:complexType name="principalsType">
<xs:sequence>
<xs:element name="Principal"
type="principalType"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
Principal | principalType | Specifies the security credentials for a principal. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |