System.Security.Cryptography.Xml.EncryptedKey Members

The members of System.Security.Cryptography.Xml.EncryptedKey are listed below.

See Also: Inherited members from System.Security.Cryptography.Xml.EncryptedType

Public Constructors

Initializes a new instance of the System.Security.Cryptography.Xml.EncryptedKey class.

Public Properties

CarriedKeyNamestring.

Gets or sets the optional <CarriedKeyName> element in XML encryption.

Recipientstring.

Gets or sets the optional Recipient attribute in XML encryption.

[read-only]
ReferenceListReferenceList.

Gets or sets the <ReferenceList> element in XML encryption.

Public Methods

AddReference(DataReference)

Adds a <DataReference> element to the <ReferenceList> element.

AddReference(KeyReference)

Adds a <KeyReference> element to the <ReferenceList> element.

override
GetXml() : System.Xml.XmlElement

Returns the XML representation of the System.Security.Cryptography.Xml.EncryptedKey object.

override
LoadXml(System.Xml.XmlElement)

Loads the specified XML information into the <EncryptedKey> element in XML encryption.