2 writes to m_rsaKey
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureDeformatter.cs (2)
23m_rsaKey = (RSA)key; 33m_rsaKey = (RSA)key;
3 references to m_rsaKey
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1SignatureDeformatter.cs (3)
44if (!(m_strOID == null || m_rsaKey == null || rgbHash == null || rgbSignature == null) 45&& m_rsaKey is InfoCardRSACryptoProvider) 47return ((InfoCardRSACryptoProvider)m_rsaKey).VerifyHash(rgbHash, m_strOID, rgbSignature);