CreateKeyExchange Method (Byte[], Type)
Collapse the table of content
Expand the table of content

RSAOAEPKeyExchangeFormatter.CreateKeyExchange Method (Byte[], Type)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates the encrypted key exchange data from the specified input data.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public override byte[] CreateKeyExchange(
	byte[] rgbData,
	Type symAlgType
)

Parameters

rgbData
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.

This data can be interpreted only by the holder of the private key corresponding to the public key used to encrypt the data. This helps to ensure that only the intended recipient can access the secret information.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft