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)
35public override byte[] CreateKeyExchange(byte[] rgbData)
3 references to CreateKeyExchange
mscorlib (1)
system\security\cryptography\rsaoaepkeyexchangeformatter.cs (1)
84return CreateKeyExchange(rgbData);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardRSAOAEPKeyExchangeFormatter.cs (1)
43return base.CreateKeyExchange(rgbData);
System.Security (1)
system\security\cryptography\xml\encryptedxml.cs (1)
854return rsaFormatter.CreateKeyExchange(keyData);