1 instantiation of KeyReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
135
KeyReference kr = new
KeyReference
();
6 references to KeyReference
System.Security (1)
System.Security.cs (1)
60
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
KeyReference
))]
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
45
public void AddReference(
KeyReference
keyReference)
135
KeyReference
kr = new KeyReference();
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
))