AesCryptoServiceProvider Constructor

Definition

Initializes a new instance of the AesCryptoServiceProvider class.

public:
 AesCryptoServiceProvider();
public AesCryptoServiceProvider ();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public AesCryptoServiceProvider ();
[System.Security.SecurityCritical]
public AesCryptoServiceProvider ();
Public Sub New ()
Attributes

Exceptions

There is no supported key size for the current platform.

Applies to