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