CredentialsSourceParameters 복합 형식
CredentialsSourceParameters 복합 형식은 EAP-TLS 인증에 사용할 인증서의 원본을 지정하는 데 필요한 요소를 정의합니다.
SmartCard 요소 또는 CertificateStore 요소 중에서 선택할 수 있습니다.
<xs:complexType name="CredentialsSourceParameters">
<xs:choice>
<xs:element name="SmartCard"
type="emptyString"
/>
<xs:element name="CertificateStore"
type="CertSelection"
/>
</xs:choice>
</xs:complexType>
자식 요소
요소 | Type | Description |
---|---|---|
CertificateStore | CertSelection | EAP-TLS가 사용자의 내 저장소 또는 인증되는 컴퓨터에서 인증서를 읽어야 했음을 나타냅니다. |
스마트 | emptyString | EAP-TLS가 스마트 카드에서 인증서를 읽어야 함을 나타냅니다. |
설명
CertificateStore 및 SmartCard 요소는 둘 다 동시에 사용할 수 없습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |