Base:
method
CreateKeyExchange
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange(System.Byte[])
1 override of CreateKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeFormatter.cs (1)
36public override byte[] CreateKeyExchange(byte[] rgbData)
3 references to CreateKeyExchange
mscorlib (1)
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (1)
99return CreateKeyExchange(rgbData);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeFormatter.cs (1)
45return base.CreateKeyExchange(rgbData);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
857return rsaFormatter.CreateKeyExchange(keyData);