What are the overloaded constructors of the EncryptedKeyToken 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 EncryptedKeyToken class?
Rating:
The EncryptedKeyToken class is used to represent a security token for an encrypted symmetric key. The overloaded constructors of the EncryptedKeyToken class are as follows:
| EncryptedKeyToken(SecurityToken) | It is used to initialize a new instance of the EncryptedKeyToken class using the specified security token. |
| EncryptedKeyToken(XmlElement) | It is used to initialize a new instance of the EncryptedKeyToken class using the specified XML element. |
| EncryptedKeyToken(SecurityToken, Byte[]) | It is used to initialize a new instance of the EncryptedKeyToken class using the specified security token symmetric key. |
Rating:
Was this information helpful?
Other articles
- What are the overloaded constructors of the DerivedKeyToken class?
- What is SOAP?
- What is the WebServiceBindingAttribute class?
- How to add a reference to a .NET Framework component in a project?
- Tip on SecurityTokenService base class for non-SecurityContextToken security tokens.
