Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The CredentialsSourceParameters complex type defines the element required to specify the source of the certificate to be used with an EAP-TLS authentication.
There is a choice between the SmartCard element or CertificateStore element.
<xs:complexType name="CredentialsSourceParameters">
<xs:choice>
<xs:element name="SmartCard"
type="emptyString"
/>
<xs:element name="CertificateStore"
type="CertSelection"
/>
</xs:choice>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| CertificateStore | CertSelection | Indicates that EAP-TLS should read the certificate from the user's My Store, or the machine being authenticated. |
| SmartCard | emptyString | Indicates that EAP-TLS should read the certificate from the Smart Card. |
Remarks
The CertificateStore and SmartCard elements cannot both be used simultaneously.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |