Initializes a new instance of the RijndaelCryptoServiceProvider class.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public RijndaelCryptoServiceProvider(
	bool forceUnmanaged
)
Visual Basic
Public Sub New ( _
	forceUnmanaged As Boolean _
)
Visual C++
public:
RijndaelCryptoServiceProvider(
	bool forceUnmanaged
)

Parameters

forceUnmanaged
Type: System..::..Boolean
Forces the class to use the unmanaged AES implementation. An exception will be thrown if this is impossible.

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicExceptionAn error occurs while acquiring the AES CSP.

See Also