Parameters for the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms
More...
Inherits Net.Pkcs11Interop.Common.IMechanismParams, and IDisposable.
Parameters for the CKM_RC5_CBC and CKM_RC5_CBC_PAD mechanisms
◆ CkRc5CbcParams()
Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkRc5CbcParams.CkRc5CbcParams |
( |
ulong |
wordsize, |
|
|
ulong |
rounds, |
|
|
byte [] |
iv |
|
) |
| |
Initializes a new instance of the CkRc5CbcParams class.
- Parameters
-
wordsize | Wordsize of RC5 cipher in bytes |
rounds | Number of rounds of RC5 encipherment |
iv | Initialization vector (IV) for CBC encryption |
◆ Dispose() [1/2]
void Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkRc5CbcParams.Dispose |
( |
| ) |
|
◆ Dispose() [2/2]
virtual void Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkRc5CbcParams.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
Disposes object
- Parameters
-
disposing | Flag indicating whether managed resources should be disposed |
◆ ToMarshalableStructure()
object Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkRc5CbcParams.ToMarshalableStructure |
( |
| ) |
|
Returns managed object that can be marshaled to an unmanaged block of memory
- Returns
- A managed object holding the data to be marshaled. This object must be an instance of a formatted class.
Implements Net.Pkcs11Interop.Common.IMechanismParams.
The documentation for this class was generated from the following file:
- 0/MechanismParams/CkRc5CbcParams.cs