Realm (EapAkaPrime) 元素
領域 (EapAkaPrime) 是字串元素,表示將用戶端身分識別傳送至伺服器時要使用的領域。 它也包含 Enabled 屬性,這個屬性會指定是否要使用 Realm 字串。 如果 Enabled 設定為 TRUE
,且未指定 Realm 字串,則會使用衍生領域。 如果 Enabled 設定為 FALSE
,則不會使用任何 領域 字串。
<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 (EapAkaPrime) 元素會定義為EapAkaPrime元素內複雜類型中序列的一部分。
備註
需要 Realm (EapAkaPrime) 元素。
規格需求
角色 | 最低 OS 版本 |
---|---|
Client | Windows 8 [僅限傳統型應用程式] |
伺服器 | Windows Server 2012 [僅限傳統型應用程式] |