1 instantiation of DataReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
124
DataReference dr = new
DataReference
();
6 references to DataReference
System.Security (1)
System.Security.cs (1)
42
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
DataReference
))]
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
40
public void AddReference(
DataReference
dataReference)
124
DataReference
dr = new DataReference();
System\Security\Cryptography\Xml\ReferenceList.cs (3)
35
if (!(value is
DataReference
) && !(value is KeyReference))
64
if (!(value is
DataReference
) && !(value is KeyReference))
108
if (!(value is
DataReference
) && !(value is KeyReference))