Elemento ProcessTokenSidType (principalType)
Specifica il tipo SID (Process SecurityIdentifi) dell'attività.
<xs:element name="ProcessTokenSidType"
type="processTokenSidType"
maxOccurs="1"
minOccurs="0"
/>
L'elemento ProcessTokenSidType è definito dal tipo complesso principalType .
Elemento padre
Elemento | Derivato da | Descrizione |
---|---|---|
Server principale | principalType | Specifica le credenziali di sicurezza per un'entità. |
Commenti
Per lo sviluppo C++ il tipo SID del processo viene specificato usando la proprietà IPrincipal2::P rocessTokenSidType .
Esempio
Il codice XML seguente definisce il tipo SID del processo dell'attività.
<Principal>
<GroupId>NT AUTHORITY\LOCAL SERVICE</GroupId>
<ProcessTokenSidType>None</ProcessTokenSidType>
</Principal>
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 7 [solo app desktop] |
Server minimo supportato |
Windows Server 2008 R2 [solo app desktop] |