Method FromRSAParameters
FromRSAParameters(RSAParameters)
Sets a private RSA key used for cryptographic signatures.
Declaration
Error FromRSAParameters(RSAParameters rsaParameters)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Security.Cryptography.RSAParameters | rsaParameters | The private RSA parameters. |
Returns
| Type | Description |
|---|---|
| Error | Error |
Remarks
Cryptographic signatures are done with the pair ///