| Overload | Description |
|---|---|
| UserNameUserIdentityToken Constructor() | Initializes a new instance of the UserNameUserIdentityToken class with empty username and password. |
| UserNameUserIdentityToken Constructor(String) | Initializes a new instance of the UserNameUserIdentityToken class with the specified username and empty password. |
| UserNameUserIdentityToken Constructor(String,String) | Initializes a new instance of the UserNameUserIdentityToken class with the specified username and password. |