The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RSACng Constructor
.NET Framework (current version)
Initializes a new instance of the RSACng class.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | RSACng() | Initializes a new instance of the RSACng class with a random 2,048-bit key pair. |
![]() | RSACng(CngKey^) | Initializes a new instance of the RSACng class with the specified key. |
![]() | RSACng(Int32) | Initializes a new instance of the RSACng class with a randomly generated key of the specified size. |
Show:
