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