EapType element (eaptlsuserpropertiesv1schema)
The EapType element is a derived type of the EapType element from the baseeapuserpropertiesv1 schema.
<xs:element name="EapType"
substitutionGroup="EapType"
>
<xs:complexType>
<xs:complexContent>
<xs:extension
base="BaseEapTypeParameters"
>
<xs:sequence>
<xs:element
ref="Username"
/>
<xs:element name="UserCert"
type="hexBinary"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Child elements
Element | Type | Description |
---|---|---|
Username | Captures the user name to be sent in the EAP-Identity response. If the Username element is absent, then EAP-TLS uses the name in the certificate referred to in the UserCert element. |
|
UserCert | hexBinary | Refers to the SHA-1 hash of the certificate that should be used for authentication. |
Remarks
The processContents element enables future enhancements to the schema. The processContents element is optional.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |