3.3 Empty Authentication

The following Authentication element example shows how the explicit credentials are ignored because the CredentialType attribute is empty.

 <udc:Authentication>
   <udc:UseExplicit CredentialType="">
     <udc:UserId>MyUserName</udc:UserId>
     <udc:Password>DatabasePassword</udc:Password>
   </udc:UseExplicit>
 </udc:Authentication>