Share via


EncryptedData Constructor

Initializes a new instance of the EncryptedData class.

Overload List

Name Description
EncryptedData (SecurityToken) Initializes a new instance of the EncryptedData class with the specified token.
EncryptedData (XmlElement) Initializes a new instance of the EncryptedData class by loading it from the specified XmlElement.
EncryptedData (SecurityToken, String) Initializes a new instance of the EncryptedData class with the specified security token and reference to an XML element.
EncryptedData (XmlElement, EncryptedKey) Initializes a new instance of the EncryptedData class by loading it from the specified XmlElement and encrypting with the specified key.

See Also

Reference

EncryptedData Class
Microsoft.Web.Services2.Security Namespace

Other Resources

EncryptedData Members