EapHostUserCredentials Element (Compact 2013)
3/26/2014
This element contains the EapMethod (EapHostUserCredentials) Element, and Credentials (EapHostUserCredentials) Element or CredentialsBlob (EapHostUserCredentials) Element.
Syntax
<xs:element name="EapHostUserCredentials">
<xs:complexType>
<xs:sequence>
<xs:element name="EapMethod"
type="EapMethodType"
/>
<xs:choice>
<xs:element name="Credentials"
type="BaseEapMethodUserCredentials"
/>
type="hexBinary"
/>
</xs:choice>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
Is used when the method configuration is in binary BLOB form instead of text string form. |
||
hexBinary |
Is used when the method configuration is in XML text form instead of a binary BLOB. |
|
Identifies the method being referred to. |
Remarks
The Credentials and CredentialsBlob elements cannot be both be used at the same time.
There is an extension point for other namespaces.
The processContents element is optional.