SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider Class

[This is preliminary documentation and subject to change.]

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

public class RijndaelCryptoServiceProvider : Rijndael

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.SecurityServices.Cryptography

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

RijndaelCryptoServiceProvider Members | Org.Mentalis.SecurityServices.Cryptography Namespace