Base:
method
CreateKeyExchange
System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange(System.Byte[])
2 references to CreateKeyExchange
System.Security.Cryptography (1)
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (1)
64return CreateKeyExchange(rgbData);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedXml.cs (1)
961return rsaFormatter.CreateKeyExchange(keyData);