RSAPKCS1SignatureFormatter.CreateSignature Method (Byte[])
Silverlight
Creates the RSA PKCS #1 signature for the specified data.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Parameters
- rgbHash
- Type: System.Byte[]
The data to be signed.
| Exception | Condition |
|---|---|
| CryptographicUnexpectedOperationException | The key is null. -or- The hash algorithm is null. |
| ArgumentNullException | The rgbHash parameter is null. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.