共用方式為


Phase1IdentityParameters EAP-TEAP 的複雜類型

Phase1IdentityParameters複雜類型會指定 EAP-TEAP 的識別參數。

<xs:complexType name="Phase1IdentityParameters">
    <xs:sequence>
        <xs:element name="IdentityPrivacy" type="xs:boolean" default="true" minOccurs="0"/>
        <xs:element name="AnonymousIdentity" type="xs:string" minOccurs="0"/>
        <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
    </xs:sequence>
</xs:complexType>

備註

Phase1IdentityParameters元素是選擇性的。

IdentityPrivacy 是選擇性的布林值,指出身分識別是否在以純文字形式傳送身分識別時,于 TEAP 驗證階段 1 期間啟用身分識別隱私權。 如果 TRUE 為 ,則匿名身分識別會取代使用者真正的身分識別。 使用的身分識別是由 AnonymousIdentity 元素決定。 如果未指定 AnonymousIdentity ,則會使用空字串識別。

AnonymousIdentity 包含 Unicode 字串,指定用來取代使用者真實身分識別的替代身分識別。 在 TEAP 驗證期間,它會在 EAP 身分識別回應訊息中傳送。 匿名身分識別使用方式是由 IdentityPrivacy 元素決定。 如果 IdentityPrivacyFALSE則會忽略 AnonymousIdentity

另請參閱