Show / Hide Table of Contents

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

RSAPrivateKey

A new instance of RSAPrivateKey.

In this article
Back to top Generated by DocFX