System.ServiceModel
4.0.0.0
System.Object
This class enables the user to configure the user name and password for a indigo2 credential when using user name/password authentication. If the channel factory's binding is not configured to use user name/password-based authentication, the user name and password are not used. If the channel factory's binding is configured to use federated security that requires getting an issued token from a security token service, the user name and password are also presented to the security token service if it requires user name/password authentication.
Represents a client credential based on user name and password.
Property
4.0.0.0
System.String
To be added.
To get or set this property, access the object from the property from the client object, as shown in the code below.
code reference: S_UEUserNamePasswordClientCredential#10
Gets or sets the password.
Property
4.0.0.0
System.String
To be added.
For user name/password authentication, this property is required and cannot be null or empty.
Gets or sets the user name.