EKUListParams Complex Type

The EKUListParams complex type holds a list of EKUListPair elements for specifying the EKUs to be used for filtering certificates on the client.

<xs:complexType name="EKUListParams">
    <xs:sequence>
        <xs:element name="EKUMapInList" type="EKUListPair" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="Enabled" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>

Remarks

The EKUListParams element is optional.

The EKUMapInList element can be present multiple times, indicating multiple EKUs. The EKUMapping element is an element of type EKUListPair.

The Enabled parameter indicates whether the certificates on the client are to be filtered based on the EKU list as specified by one or more EKUMapInList elements. If set to TRUE, certificates are filtered based on the specified EKU list. If set to FALSE, certificate filtering is not done based on the EKU list.

See also