Partager via


EncryptedData.TargetElementList Property

Gets the collection of encrypted XML elements.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim encryptedData1 As EncryptedData

Dim returnValue As XmlElementCollection
returnValue = encryptedData1.TargetElementList

Syntax

'Declaration
Public ReadOnly Property TargetElementList() As XmlElementCollection
public XmlElementCollection TargetElementList {get;}
public:
property XmlElementCollection^ TargetElementList {
    XmlElementCollection^ get();
}
public XmlElementCollection get_TargetElementList();
public function get TargetElementList() : XmlElementCollection;

Property Value

An XmlElementCollection that contains the XML elements that have been encrypted using the Encrypt method.

Remarks

The collection of encrypted XML elements is only available after the Encrypt method has been called or during the Decrypt method.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

EncryptedData Class
EncryptedData Members
Microsoft.Web.Services3.Security Namespace