2 writes to m_rsaKey
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureFormatter.cs (2)
24
m_rsaKey
= (RSA)key;
34
m_rsaKey
= (RSA)key;
3 references to m_rsaKey
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureFormatter.cs (3)
45
if (!(null == m_strOID || null ==
m_rsaKey
|| null == rgbHash) &&
m_rsaKey
is InfoCardRSACryptoProvider)
47
return ((InfoCardRSACryptoProvider)
m_rsaKey
).SignHash(rgbHash, m_strOID);