ServiceReturns
ParticipantEncryptedCredentialsServiceReturnModel Complex Type
ServiceReturns : ParticipantEncryptedCredentialsServiceReturnModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.ServiceReturns
Diagram
TimeZoneUtcOffset Element ProcessingTime Element Password Element Username Element Sequence ParticipantEncryptedCredentialsModel Element Sequence EncryptedCredentials Element Message Element IsSuccessful Element Sequence ParticipantEncryptedCredentialsServiceReturnModel Complex Type
Overview
Sequence
IsSuccessful optional xs:boolean
Message optional xs:string
Sequence
ProcessingTime optional xs:string
TimeZoneUtcOffset optional xs:double
Used By
GetParticipantEncryptedCredentialsResult Element
ParticipantEncryptedCredentialsServiceReturnModel Element
Source
<xs:complexType name="ParticipantEncryptedCredentialsServiceReturnModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IsSuccessful" type="xs:boolean" />
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="EncryptedCredentials" nillable="true" type="q12:ArrayOfParticipantEncryptedCredentialsModel" xmlns:q12="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant" />
    <xs:element minOccurs="0" name="ProcessingTime" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="TimeZoneUtcOffset" type="xs:double" />
  </xs:sequence>
</xs:complexType>
See Also
ServiceReturns