AsymmetricKeyExchangeFormatter.SetKey Method
[ 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, sets the public key to use for encrypting the secret information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- key
- Type: System.Security.Cryptography.AsymmetricAlgorithm
The instance of the implementation of AsymmetricAlgorithm that holds the public key.
You must set a key before calling a CreateKeyExchange implementation.
Show: