Base:
method
CreateKeyExchange
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange(System.Byte[])
1 override of CreateKeyExchange
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeFormatter.cs (1)
35
public override byte[]
CreateKeyExchange
(byte[] rgbData)
3 references to CreateKeyExchange
mscorlib (1)
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (1)
84
return
CreateKeyExchange
(rgbData);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeFormatter.cs (1)
43
return base.
CreateKeyExchange
(rgbData);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
854
return rsaFormatter.
CreateKeyExchange
(keyData);