Accesses the unmanaged version of the Rijndael algorithm. This class cannot be inherited.

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

Syntax

C#
public sealed class RijndaelCryptoServiceProvider : Rijndael
Visual Basic
Public NotInheritable Class RijndaelCryptoServiceProvider _
	Inherits Rijndael
Visual C++
public ref class RijndaelCryptoServiceProvider sealed : public Rijndael

Remarks

This class will use the unmanaged implementation of the Rijndael algorithm, when possible. If the unmanaged Rijndael algorithm is not available, it will fall back to the RijndaelManaged implementation.

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicExceptionThe AES cryptographic service provider could not be acquired.

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..SymmetricAlgorithm
    System.Security.Cryptography..::..Rijndael
      LLCryptoLib.Security.Cryptography..::..RijndaelCryptoServiceProvider

See Also