2 writes to KeyInfo
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
530
_signedXml.
KeyInfo
= keyInfo;
636
signedXml.
KeyInfo
= keyInfo;
4 references to KeyInfo
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\SignedXml.cs (4)
472
if (
KeyInfo
== null)
482
_keyInfoEnum ??=
KeyInfo
.GetEnumerator();
514
if (
KeyInfo
!= null)
516
foreach (KeyInfoClause clause in
KeyInfo
)