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

RSAOAEPKeyExchangeDeformatter.SetKey Method

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

Sets the private key to use for decrypting the secret information.

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

public override void SetKey(
	AsymmetricAlgorithm key
)

Parameters

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

ExceptionCondition
ArgumentNullException

key is null.

You must set a key before calling DecryptKeyExchange.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft