共用方式為


Realm (EapSim) 元素

領域 (EapSim) 是字串元素,表示將用戶端身分識別傳送至伺服器時要使用的領域。 它也包含 Enabled 屬性,指定是否要使用 Realm 字串。 如果 Enabled 設定為 TRUE ,且未指定 Realm 字串,則會使用衍生領域。 如果 Enabled 設定為 FALSE ,則不會使用任何 Realm 字串。

<xs:element name="Realm">
    <xs:complexType>
        <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="Enabled" type="xs:boolean" use="required"/>
        </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>

Realm (EapSim) 元素會定義為EapSim元素內複雜類型中序列的一部分。

備註

需要 Realm (EapSim) 元素。

規格需求

角色 最低 OS 版本
Client Windows 8 [僅限傳統型應用程式]
伺服器 Windows Server 2012 [僅限傳統型應用程式]

另請參閱

架構中元素的定義內容