AsymmetricKeyExchangeFormatter.CreateKeyExchange Method (Byte[], Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, creates the encrypted key exchange data from the specified input data.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- data
- Type:
System.Byte
[]
The secret information to be passed in the key exchange.
- symAlgType
- Type: System.Type
This parameter is not used in the current version.
Return Value
Type: System.Byte []The encrypted key exchange data to be sent to the intended recipient.
Show: