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