Phase2AuthenticationParameters 複合型は、EAP-TEAP の認証情報を指定します。
<xs:complexType name="Phase2AuthenticationParameters">
<xs:sequence>
<xs:element name="InnerMethodConfig" type="InnerMethodConfigParameters" minOccurs="0" maxOccurs="unbounded"/>
<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##other"/>
</xs:sequence>
</xs:complexType>
解説
Phase2AuthenticationParameters 要素は省略可能です。
InnerMethodConfig は、内部 EAP メソッドのパラメーターを含む InnerMethodConfigParameters 型の要素です。