Base:
method
DecryptKeyExchange
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter.DecryptKeyExchange(System.Byte[])
1 override of DecryptKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeDeformatter.cs (1)
28public override byte[] DecryptKeyExchange(byte[] rgbIn)
2 references to DecryptKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeDeformatter.cs (1)
36return base.DecryptKeyExchange(rgbIn);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
892return rsaDeformatter.DecryptKeyExchange(keyData);