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