SetKey Method
Collapse the table of content
Expand the table of content

RSAOAEPKeyExchangeFormatter.SetKey Method

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

Sets the public key to use for encrypting the key exchange data.

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

'Declaration
Public Overrides Sub SetKey ( _
	key As AsymmetricAlgorithm _
)

Parameters

key
Type: System.Security.Cryptography.AsymmetricAlgorithm
The instance of the RSA algorithm that holds the public key.

ExceptionCondition
ArgumentNullException

key is Nothing.

You must set the key before calling CreateKeyExchange.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft