logonType 簡單類型
定義 LogonType 元素的可能值。
<xs:simpleType name="logonType">
<xs:restriction
base="string"
>
<xs:enumeration
value="S4U"
/>
<xs:enumeration
value="Password"
/>
<xs:enumeration
value="InteractiveToken"
/>
<xs:enumeration
value="InteractiveTokenOrPassword"
/>
</xs:restriction>
</xs:simpleType>
列舉值
logonType簡單類型會定義下列值。
值 | Description |
---|---|
S4U | 使用者必須使用服務登入,才能登入使用者 (S4U) 登入。 使用 S4U 登入時,系統不會儲存任何密碼,而且無法存取網路或加密的檔案。 |
密碼 | 使用者必須使用密碼登入。 |
InteractiveToken | 使用者必須已經登入。 工作只會在現有的互動式會話中執行。 |
InteractiveTokenOrPassword | 不再使用中;目前與密碼相同。 Windows 10版本 1511、Windows 10版本 1507、Windows 8.1、Windows Server 2012 R2、Windows 8、Windows Server 2012、Windows Vista 和 Windows Server 2008: 工作將會在現有的互動式會話中執行,或者使用者必須使用密碼登入。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |