See Also: ReferenceList Members
The System.Security.Cryptography.Xml.ReferenceList class represents the <ReferenceList> element of an encrypted document XML signature defined by the XML encryption specification.
The System.Security.Cryptography.Xml.ReferenceList class contains references to System.Security.Cryptography.Xml.EncryptedData and System.Security.Cryptography.Xml.EncryptedKey elements that were encrypted by a key contained within another System.Security.Cryptography.Xml.EncryptedKey element. The System.Security.Cryptography.Xml.ReferenceList class uses System.Security.Cryptography.Xml.DataReference elements to reference System.Security.Cryptography.Xml.EncryptedData elements, and System.Security.Cryptography.Xml.KeyReference elements to reference System.Security.Cryptography.Xml.EncryptedKey elements.
You can add only System.Security.Cryptography.Xml.DataReference or System.Security.Cryptography.Xml.KeyReference objects to the System.Security.Cryptography.Xml.ReferenceList collection.
For more information about XML encryption standards, see http://www.w3.org/TR/xmlenc-core.