Namespace: LLCryptoLib.Security.CryptographyAssembly: 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
Exception | Condition |
---|
System.Security.Cryptography..::..CryptographicException | An error occurs while acquiring the AES CSP. |
See Also