Share via


EncryptedData Members

Represents the encrypted data.

The following tables list the members exposed by the EncryptedData type.

Public Constructors

  Name Description
EncryptedData Overloaded.  

Top

Public Properties

  Name Description
public property Container Gets or set the parent Security element.
public property EncryptedKey Gets the key used for encryption.
public property EncryptionMethod Returns the algorithm URI (from XML Encryption) that was used to encrpyt the data.
public property EncryptionReferences Gets the collection of XML elements that are encrypted.
public property IncludeBodyElement Gets or sets a value indicating whether the Body element is included in the decryption and encryption processes.
public property KeyInfo Represents a KeyInfo instance that contains key-related information intending to help identify the key necessary for validating the digital signature.
public property Reference Gets the reference element of an XML signature.
public property SecurityToken Gets the SecurityToken associated with the EncryptedData.
public property TargetElement Gets an XmlElement that is the target of the encryption operation. This property is only available after the encryption operation has taken place, or on decryption.
public property TargetElementList Gets the collection of encrypted XML elements.
public property Type Gets or sets the type of encryption to perform.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AddReference Overloaded. Adds an XML element to encrypt.
public method Decrypt Overloaded. Decrypts the cipher data.
public method Encrypt Encrypts the specified message.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Generates an XML representation of the EncryptedData from the specified XML document.
public method LoadXml Loads the supplied XML data.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

EncryptedData Class
Microsoft.Web.Services3.Security Namespace