Provisioning Schema::securityContext


Element that encapsulates the trustee for a provisioning request. This element is part of the provisioning schema of Microsoft® Provisioning Framework (MPF).

Parent

context

Child

authentication (minOccurs="0" maxOccurs="1")

Attributes

trustee
Optional. Trustee for the request. By default, when a calling user submits a request to an MPF server, the server sets trustee to that user name. However, you can override this default behavior by submitting a trusted request that already specifies a trustee.

Example

<securityContext>
  <authentication>
	<basic domain="vlabmpf" username="administrator" password="ghy3417j"/>
  </authentication>
</securityContext>

See also

Security Contexts, XML Schema for Requests


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.