2.2.4.9.1 DomainProviderCredentials
The DomainProviderCredentials type carries credentials for the domain provider.
-
<xs:complexType name="DomainProviderCredentials"> <xs:sequence> <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType>
Password: The password for the credential.
UserName: The user name for the credential.