ReferenceList Class
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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.