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