2 references to Encrypt
System.IdentityModel.Selectors (2)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeFormatter.cs (1)
39return ((InfoCardRSACryptoProvider)m_rsaKey).Encrypt(rgbData, true);
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeFormatter.cs (1)
41return ((InfoCardRSACryptoProvider)m_rsaKey).Encrypt(rgbData, false);