次の方法で共有


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

Credentials (EapHostUserCredentials) Element

BaseEapMethodUserCredentials Complex Type

Is used when the method configuration is in binary BLOB form instead of text string form.

CredentialsBlob (EapHostUserCredentials) Element

hexBinary

Is used when the method configuration is in XML text form instead of a binary BLOB.

EapMethod (EapHostUserCredentials) Element

EapMethodType Complex Type

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.

See Also

Reference

EAPHost Schema Elements
EAPHost Schema