CreateFromParameters Method
CreateFromParameters(RSAParameters)
Creates a new instance of RSAPrivateKey from the given
parameters
.
C#
public static RSAPrivateKey CreateFromParameters(RSAParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
RSAParameters | parameters | The RSA parameters containing the private key data. |
Returns
A new instance of RSAPrivateKey.