Participant
ParticipantDefinedAuthenticationOptionModel Complex Type
Participant : ParticipantDefinedAuthenticationOptionModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
CustomFieldLabel Element IsDisplayed Element Sequence ParticipantDefinedAuthenticationOptionModel Complex Type
Overview
Sequence
IsDisplayed optional xs:boolean
CustomFieldLabel optional xs:string
Used By
ParticipantDefinedAuthenticationOptionModel Element
Authentication Element
Authentication2 Element
Source
<xs:complexType name="ParticipantDefinedAuthenticationOptionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IsDisplayed" type="xs:boolean" />
    <xs:element minOccurs="0" name="CustomFieldLabel" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Participant