Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UserLogonCred (contextType) element contains logon credentials for a connection.
This element can have the following child elements.
This element can have a maximum of one occurrence.
This element is optional.
<xs:element name="UserLogonCred">
<xs:complexType>
<xs:sequence>
<xs:element name="UserName"
type="nameType"
/>
<xs:element name="IgnorePassword"
type="boolean"
minOccurs="0"
/>
<xs:element name="Password"
type="string"
minOccurs="0"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
The UserLogonCred element is defined by the contextType complex type.
Child elements
| Element | Type | Description |
|---|---|---|
| IgnorePassword | boolean | How to handle passwords when upgrading profiles. |
| Password | string | User password. |
| UserName | nameType | User name. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
| Minimum supported server |
None supported |
See also
-
Definition context of element in schema
-
Possible immediate parent element in schema instance