2 instantiations of KeyInfoName
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
33"http://www.w3.org/2000/09/xmldsig# KeyName" => new KeyInfoName(),
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
625ek.KeyInfo.AddClause(new KeyInfoName(keyName));
5 references to KeyInfoName
System.Security (1)
System.Security.cs (1)
56[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.KeyInfoName))]
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedXml.cs (4)
312KeyInfoName? kiName; 318kiName = keyInfoEnum.Current as KeyInfoName; 398KeyInfoName? kiName; 407kiName = keyInfoEnum.Current as KeyInfoName;