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)
29
public override byte[]
DecryptKeyExchange
(byte[] rgbData)
2 references to DecryptKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeDeformatter.cs (1)
37
return base.
DecryptKeyExchange
(rgbData);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
889
return rsaDeformatter.
DecryptKeyExchange
(keyData);