What are the overloaded constructors of the UsernameToken class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the overloaded constructors of the UsernameToken class?
Rating:
The UsernameToken class is used to represent security credentials in the form of a user name and/or password. The overloaded constructors of the UsernameToken class are as follows:
| UsernameToken(XmlElement) | It is used to initialize a new instance of the UsernameToken class with the specified XML element. |
| UsernameToken(String, String) | It is used to initialize a new instance of the UsernameToken class with the specified user name and password. |
| UsernameToken(String, String, PasswordOption) | It is used to initialize a new instance of the UsernameToken class with the specified user name, password, and password sending option. |
Rating:
Was this information helpful?
Other articles
- What is theCOM+ services?
- What are the members of the ActiveXMessageFormatter class?
- What is the TransactionOption property?
- What is the BeginReceive method?
- What is a COM+ transaction?