What are the overloaded constructors of the KerberosToken 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 KerberosToken class?
Rating:
The KerberosToken class is used to represent a security token for a Kerberos version 5.0 service ticket. This is an abstract class. The overloaded constructors of the KerberosToken class are as follows:
| KerberosToken(String) | It is used to initialize a new instance of the KerberosToken class using the service principal name. |
| KerberosToken(XmlElement) | It is used to initialize a new instance of the KerberosToken class using the specified XML element. |
| KerberosToken(String, ImpersonationLevel) | It is used to initialize a new instance of the KerberosToken class using the service principal name and ImpersonationLevel. |
| KerberosToken(String, String) | It is used to initialize a new instance of the KerberosToken class using serviceMachineName and domain. |
| KerberosToken(String, String, ImpersonationLevel) | It is used to initialize a new instance of the KerberosToken class using serviceMachineName, domain, and ImpersonationLevel. |
Rating:
Was this information helpful?
Other articles
- How to test a Web service?
- What is deployment via removable media?
- What is XmlDocument?
- How to create a Web Setup package?
- What is Web-based deployment?
