RSAPKCS1SignatureDeformatter.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 verifying the signature.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- key
- Type: System.Security.Cryptography.AsymmetricAlgorithm
The instance of RSA that holds the public key.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is Nothing. |
You must set a key before calling VerifySignature.
Show: