Base:
method
DecryptKeyExchange
System.Security.Cryptography.AsymmetricKeyExchangeDeformatter.DecryptKeyExchange(System.Byte[])
1 override of DecryptKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeDeformatter.cs (1)
29public override byte[] DecryptKeyExchange(byte[] rgbData)
2 references to DecryptKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeDeformatter.cs (1)
37return base.DecryptKeyExchange(rgbData);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
889return rsaDeformatter.DecryptKeyExchange(keyData);