Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Rijndael::Create Method ()

 

Creates a cryptographic object to perform the Rijndael algorithm.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
static Rijndael^ Create()

Return Value

Type: System.Security.Cryptography::Rijndael^

A cryptographic object.

Exception Condition
TargetInvocationException

The algorithm was used with Federal Information Processing Standards (FIPS) mode enabled, but is not FIPS compatible.

The default implementation of Rijndael is RijndaelManaged.

The following code example uses the Rijndael class to encrypt and then decrypt data.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft