ReferenceList Class
Represents the <ReferenceList> element used in XML encryption. This class cannot be inherited.
Assembly: System.Security (in System.Security.dll)
The ReferenceList class represents the <ReferenceList> element of an encrypted document XML signature defined by the XML encryption specification.
The ReferenceList class contains references to EncryptedData and EncryptedKey elements that were encrypted by a key contained within another EncryptedKey element. The ReferenceList class uses DataReference elements to reference EncryptedData elements, and KeyReference elements to reference EncryptedKey elements.
You can add only DataReference or KeyReference objects to the ReferenceList collection.
For more information about XML encryption standards, see http://www.w3.org/TR/xmlenc-core.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.