5 instantiations of RSAKeyValue
System.Windows.Forms (4)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (2)
979signedXml.KeyInfo.AddClause(new RSAKeyValue(rsaPublicKey)); 1082signedXml.KeyInfo.AddClause(new RSAKeyValue(snKey));
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
1720signedXml.KeyInfo.AddClause(new RSAKeyValue(rsaPrivateKey)); 1932signedXml.KeyInfo.AddClause(new RSAKeyValue(snKey));
WindowsBase (1)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
1157keyInfo.AddClause(new RSAKeyValue((RSA)key)); // RSA key parameters
4 references to RSAKeyValue
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
460RSAKeyValue rsaKeyValue = m_keyInfoEnum.Current as RSAKeyValue;
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (2)
497RSAKeyValue keyValue = null; 502keyValue = kic as RSAKeyValue;