Phase2AuthenticationParameters EAP-TEAP에 대한 복합 형식
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 형식의 요소입니다.