2 writes to KeyInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
530_signedXml.KeyInfo = keyInfo; 636signedXml.KeyInfo = keyInfo;
10 references to KeyInfo
Microsoft.Build.Tasks.Core (6)
ManifestUtil\mansign2.cs (6)
293KeyInfo keyInfo = this.KeyInfo; 750signedXml.KeyInfo.AddClause(new RSAKeyValue(rsaCsp)); 751signedXml.KeyInfo.AddClause(new KeyInfoX509Data(signer.Certificate, signer.IncludeOption)); 1006signedXml.KeyInfo.AddClause(new RSAKeyValue(snKey)); 1009signedXml.KeyInfo.AddClause(new KeyInfoNode(licenseDom.DocumentElement)); 1011signedXml.KeyInfo.Id = "StrongNameKeyInfo";
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\SignedXml.cs (4)
484if (KeyInfo == null) 494_keyInfoEnum ??= KeyInfo.GetEnumerator(); 526if (KeyInfo != null) 528foreach (KeyInfoClause clause in KeyInfo)