RSAPKCS1SignatureDeformatter Constructor (AsymmetricAlgorithm)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the RSAPKCS1SignatureDeformatter class with the specified key.
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. |
Use SetHashAlgorithm to set the hash algorithm before calling VerifySignature.
Show: