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)
28
public override byte[]
DecryptKeyExchange
(byte[] rgbIn)
2 references to DecryptKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeDeformatter.cs (1)
36
return base.
DecryptKeyExchange
(rgbIn);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
892
return rsaDeformatter.
DecryptKeyExchange
(keyData);