10 references to KeyInfo
Microsoft.Build.Tasks.Core (6)
ManifestUtil\mansign2.cs (6)
293KeyInfo keyInfo = this.KeyInfo; 692signedXml.KeyInfo.AddClause(new RSAKeyValue(rsaCsp)); 693signedXml.KeyInfo.AddClause(new KeyInfoX509Data(signer.Certificate, signer.IncludeOption)); 953signedXml.KeyInfo.AddClause(new RSAKeyValue(snKey)); 956signedXml.KeyInfo.AddClause(new KeyInfoNode(licenseDom.DocumentElement)); 958signedXml.KeyInfo.Id = "StrongNameKeyInfo";
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\SignedXml.cs (4)
472if (KeyInfo == null) 482_keyInfoEnum ??= KeyInfo.GetEnumerator(); 514if (KeyInfo != null) 516foreach (KeyInfoClause clause in KeyInfo)