2 instantiations of KeyInfoNode
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
1009
signedXml.KeyInfo.AddClause(new
KeyInfoNode
(licenseDom.DocumentElement));
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
104
keyInfoClause ??= new
KeyInfoNode
();
1 reference to KeyInfoNode
System.Security (1)
System.Security.cs (1)
57
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Xml.
KeyInfoNode
))]