1 instantiation of DataReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
121
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)
121
DataReference
dr = new DataReference();
System\Security\Cryptography\Xml\ReferenceList.cs (3)
32
if (!(value is
DataReference
) && !(value is KeyReference))
58
if (!(value is
DataReference
) && !(value is KeyReference))
102
if (!(value is
DataReference
) && !(value is KeyReference))