What are the overloaded constructors of the DerivedKeyToken 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 DerivedKeyToken class?
Rating:
The DerivedKeyToken constructor is used to initialize a new instance of the DerivedKeyToken class. The overloaded constructors of the DerivedKeyToken class are as follows:
| DerivedKeyToken(IDerivableToken) | It is used to initialize a new instance of the DerivedKeyToken class using a security token. |
| DerivedKeyToken(XmlElement) | It is used to initialize a new instance of the DerivedKeyToken class using the specified XML element. |
| DerivedKeyToken(IDerivableToken, Boolean) | It is used to initialize a new instance of the DerivedKeyToken class using a security token and whether the security token is only used to digitally sign SOAP messages. |
Rating:
Was this information helpful?
Other articles
- How to view the exception types provided by the .NET Framework?
- What is a Pseudocode?
- What is the BufferResponse property?
- What are the problems of calling a Remote method synchronously?
- What is the MessageQueuePermissionAccess enumeration?
