Mentalis.org Security Library documentation

RijndaelCryptoServiceProvider Class

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

For a list of all members of this type, see RijndaelCryptoServiceProvider Members.

System.Object
   SymmetricAlgorithm
      Rijndael
         RijndaelCryptoServiceProvider

[Visual Basic]
NotInheritable Public Class RijndaelCryptoServiceProvider
Inherits Rijndael
[C#]
public sealed class RijndaelCryptoServiceProvider : 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.

Requirements

Namespace: Org.Mentalis.Security.Cryptography Namespace

Assembly: Org.Mentalis.Security.dll

See Also

RijndaelCryptoServiceProvider Members | Org.Mentalis.Security.Cryptography Namespace