Participant
ParticipantEncryptedCredentialsRequestModel Complex Type
Participant : ParticipantEncryptedCredentialsRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
ExpirationInSeconds Element Password Element Username Element ParticipantID Element Sequence ParticipantCredentialsModel Element Sequence Credentials Element EnableLogging Element Sequence ParticipantEncryptedCredentialsRequestModel Complex Type
Overview
Sequence
EnableLogging optional xs:boolean
Sequence
Sequence
ParticipantID optional xs:int
Username optional xs:string
Password optional xs:string
ExpirationInSeconds optional xs:int
Used By
participantEncryptedCredentialsRequest Element
ParticipantEncryptedCredentialsRequestModel Element
Source
<xs:complexType name="ParticipantEncryptedCredentialsRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
    <xs:element minOccurs="0" name="Credentials" nillable="true" type="tns:ArrayOfParticipantCredentialsModel" />
  </xs:sequence>
</xs:complexType>
See Also
Participant