MACTripleDES Constructor (array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the MACTripleDES class with the specified key data.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgbKey
-
Type:
array<System::Byte>^
The secret key for MACTripleDES encryption.
| Exception | Condition |
|---|---|
| ArgumentNullException | The rgbKey parameter is null. |
This constructor uses the default implementation of TripleDES. The rgbKey parameter must be 16 or 24 bytes in length.
For an example of how to use this constructor, see the MACTripleDES class.
.NET Framework
Available since 1.1
Available since 1.1
Show: