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)
36
public override byte[]
CreateKeyExchange
(byte[] rgbData)
3 references to CreateKeyExchange
mscorlib (1)
system\security\cryptography\rsapkcs1keyexchangeformatter.cs (1)
99
return
CreateKeyExchange
(rgbData);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAPKCS1KeyExchangeFormatter.cs (1)
45
return base.
CreateKeyExchange
(rgbData);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
857
return rsaFormatter.
CreateKeyExchange
(keyData);