SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider Constructor (Boolean)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the RijndaelCryptoServiceProvider class.

public RijndaelCryptoServiceProvider(
   Boolean forceUnmanaged
);

Parameters

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

Exceptions

Exception Type Condition
CryptographicException An error occurs while acquiring the AES CSP.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace | RijndaelCryptoServiceProvider Constructor Overload List