4 references to CheckSignatureReturningKey
System.Core (1)
System\Security\Cryptography\Xml\ManifestSignedXml.cs (1)
656if (!CheckSignatureReturningKey(out key)) {
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
246return CheckSignatureReturningKey(out signingKey);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
471bool dsigValid = signedXml.CheckSignatureReturningKey(out key);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
185bool dsigValid = signedXml.CheckSignatureReturningKey(out key);