Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | List of all members
Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkTlsMacParams Class Reference

Parameters for the CKM_TLS_MAC mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkTlsMacParams.

Public Member Functions

 CkTlsMacParams (NativeULong prfHashMechanism, NativeULong macLength, NativeULong serverOrClient)
 Initializes a new instance of the CkTlsMacParams class. More...
 
object ToMarshalableStructure ()
 Returns managed object that can be marshaled to an unmanaged block of memory More...
 
void Dispose ()
 Disposes object More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 Disposes object More...
 

Detailed Description

Parameters for the CKM_TLS_MAC mechanism

Constructor & Destructor Documentation

◆ CkTlsMacParams()

Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkTlsMacParams.CkTlsMacParams ( NativeULong  prfHashMechanism,
NativeULong  macLength,
NativeULong  serverOrClient 
)

Initializes a new instance of the CkTlsMacParams class.

Parameters
prfHashMechanismHash mechanism used in the TLS12 PRF construct or CKM_TLS_PRF to use with the TLS 1.0 and 1.1 PRF construct (CKM)
macLengthLength of the MAC tag required or offered
serverOrClientShould be set to "1" for "server finished" label or to "2" for "client finished" label

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkTlsMacParams.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkTlsMacParams.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkTlsMacParams.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.HighLevelAPI.MechanismParams.IMechanismParams.


The documentation for this class was generated from the following file: