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)
655ek.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)
321KeyInfoName? kiName; 327kiName = keyInfoEnum.Current as KeyInfoName; 410KeyInfoName? kiName; 419kiName = keyInfoEnum.Current as KeyInfoName;