Tipo complesso CredentialsSourceParameters
Il tipo complesso CredentialsSourceParameters definisce l'elemento necessario per specificare l'origine del certificato da usare con un'autenticazione EAP-TLS.
Esiste una scelta tra l'elemento SmartCard o l'elemento CertificateStore .
<xs:complexType name="CredentialsSourceParameters">
<xs:choice>
<xs:element name="SmartCard"
type="emptyString"
/>
<xs:element name="CertificateStore"
type="CertSelection"
/>
</xs:choice>
</xs:complexType>
Elementi figlio
Elemento | Tipo | Descrizione |
---|---|---|
CertificateStore | CertSelection | Indica che EAP-TLS deve leggere il certificato dall'archivio personale dell'utente o dal computer autenticato. |
Smartcard | emptyString | Indica che EAP-TLS deve leggere il certificato dalla smart card. |
Commenti
Gli elementi CertificateStore e SmartCard non possono essere usati contemporaneamente.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows Vista [solo app desktop] |
Server minimo supportato |
Windows Server 2008 [solo app desktop] |