2 writes to KeyInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
530_signedXml.KeyInfo = keyInfo; 636signedXml.KeyInfo = keyInfo;
4 references to KeyInfo
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)