Share via


maxAuthFailures Element (Compact 7)

3/12/2014

This element specifies the maximum number of authentication failures allowed for a set of credentials.

This element is optional. When maxAuthFailures is not specified in a profile, a value of three (3) tries is used.

Syntax

<xs:element name="maxAuthFailures">
    <xs:simpleType>
        <xs:restriction
            base="integer"
        >
            <xs:enumeration
                value="1"
             />
            <xs:enumeration
                value="100"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

Remarks

The maxAuthFailures element is defined by the OneX Element.

See Also

Reference

Profile XML Schema Elements
OneX Element
Profile XML Schema Reference