1 instantiation of KeyReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
135KeyReference 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)
45public void AddReference(KeyReference keyReference) 135KeyReference kr = new KeyReference();
System\Security\Cryptography\Xml\ReferenceList.cs (3)
35if (!(value is DataReference) && !(value is KeyReference)) 64if (!(value is DataReference) && !(value is KeyReference)) 108if (!(value is DataReference) && !(value is KeyReference))