Share via


EapType 요소(eaptlsconnectionpropertiesv1schema)

EapType 요소는 BaseEapConnectionProperties 스키마에서 EapType 요소의 파생 형식입니다.

이 파생 EapType 요소에는 CredentialsSource, ServerValidation, DifferentUsername, PerformServerValidation, AcceptServerNameTLSExtensions 요소가 포함됩니다.

<xs:element name="EapType"
    substitutionGroup="EapType"
>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension
                base="BaseEapTypeParameters"
            >
                <xs:sequence>
                    <xs:element name="CredentialsSource"
                        type="CredentialsSourceParameters"
                        minOccurs="0"
                     />
                    <xs:element name="ServerValidation"
                        type="ServerValidationParameters"
                        minOccurs="0"
                     />
                    <xs:element name="DifferentUsername"
                        type="boolean"
                        minOccurs="0"
                     />
                    <xs:element
                        minOccurs="0"
                        maxOccurs="1"
                        ref="extendedTLS: PerformServerValidation"
                     />
                    <xs:element
                        minOccurs="0"
                        maxOccurs="1"
                        ref="extendedTLS: AcceptServerName"
                     />
                    <xs:element
                        minOccurs="0"
                        maxOccurs="1"
                        ref="extendedTLS: TLSExtensions"
                     />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>

자식 요소

요소 Type Description
extendedTLS: PerformServerValidation Windows 7 이상: 서버 유효성 검사가 수행되는지 여부를 나타냅니다.
extendedTLS: AcceptServerName Windows 7 이상: 서버 이름을 읽는지 여부를 나타냅니다.
extendedTLS: TLSExtensions Windows 7 이상: 스키마를 향상할 수 있습니다.
CredentialsSource CredentialsSourceParameters EAP-TLS(EAP 전송 수준 보안) 인증서의 위치에 대한 정보를 포함합니다.
CredentialsSource 요소는 선택 사항입니다.
DifferentUsername boolean 사용할 사용자 이름 EAP-TLS를 결정합니다.
DifferentUsername 요소가 TRUE이면 EAP-TLS는 인증서에 표시되는 이름 이외의 사용자 이름을 사용해야 합니다. DifferentUsername 요소가 FALSE이면 EAP-TLS는 인증서에 표시되는 사용자 이름을 사용합니다.
DifferentUsername 요소는 선택 사항입니다.
ServerValidation ServerValidationParameters 서버 유효성 검사를 수행하는 방법에 대한 정보를 포함합니다. ServerValidation 요소는 선택 사항입니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]

추가 정보

EAPHost 및 레거시 스키마

eaptlsconnectionpropertiesv1 스키마

eaptlsconnectionpropertiesv1 스키마 요소