共用方式為


UserLogonCred (coNtextType) 元素

UserLogonCred (coNtextType) 元素包含連線的登入認證。

這個專案可以有下列子項目。

這個專案最多可以有一次。

這是選擇性的項目。

<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>

UserLogonCred元素是由coNtextType複雜類型所定義。

子元素

元素 類型 Description
IgnorePassword boolean 如何在升級設定檔時處理密碼。
密碼 string 使用者密碼。
使用者 nameType 使用者名稱。

規格需求

需求
最低支援的用戶端
Windows 7 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器
都不支援

另請參閱

架構中元素的定義內容

coNtextType

架構實例中可能的立即父元素

內容 (MBNProfile)