6 writes to SigningKey
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
975signedXml.SigningKey = CngLightup.GetRSAPrivateKey(signer.Certificate); 1078signedXml.SigningKey = signer.StrongNameKey;
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (3)
1714signedXml.SigningKey = rsaPrivateKey; 1921signedXml.SigningKey = GetFixedRSACryptoServiceProvider(signer.StrongNameKey as RSACryptoServiceProvider, useSha256); 1925signedXml.SigningKey = signer.StrongNameKey;
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
809_signedXml.SigningKey = key;
1 reference to SigningKey
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
359AsymmetricAlgorithm key = SigningKey;