principalsType Complex Type
- Artikel
-
-
Definiert das untergeordnete Element für das Principals-Element .
<xs:complexType name="principalsType">
<xs:sequence>
<xs:element name="Principal"
type="principalType"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Untergeordnete Elemente
Element |
type |
BESCHREIBUNG |
Prinzipal |
principalType |
Gibt die Sicherheitsanmeldeinformationen für einen Prinzipal an.
|
Anforderungen
Anforderung |
Wert |
Unterstützte Mindestversion (Client)
|
Windows Vista [nur Desktop-Apps]
|
Unterstützte Mindestversion (Server)
|
Windows Server 2008 [nur Desktop-Apps]
|