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.

MACTripleDES Constructor (array<Byte>^)

 

Initializes a new instance of the MACTripleDES class with the specified key data.

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

public:
MACTripleDES(
	array<unsigned char>^ rgbKey
)

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
Return to top
Show:
© 2017 Microsoft