Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodRSACng()

Initializes a new instance of the RSACng class with a random 2,048-bit key pair.

System_CAPS_pubmethodRSACng(CngKey^)

Initializes a new instance of the RSACng class with the specified key.

System_CAPS_pubmethodRSACng(Int32)

Initializes a new instance of the RSACng class with a randomly generated key of the specified size.

Return to top
Show:
© 2017 Microsoft