Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkTls12MasterKeyDeriveParams Class Reference

Parameters for the CKM_TLS12_MASTER_KEY_DERIVE mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkTls12MasterKeyDeriveParams.

Public Member Functions

 CkTls12MasterKeyDeriveParams (ICkSsl3RandomData randomInfo, NativeULong prfHashMechanism)
 Initializes a new instance of the CkTls12MasterKeyDeriveParams 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...
 

Properties

ICkVersion Version [get]
 SSL protocol version information More...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkTls12MasterKeyDeriveParams
ICkVersion Version [get]
 SSL protocol version information More...
 

Detailed Description

Parameters for the CKM_TLS12_MASTER_KEY_DERIVE mechanism

Constructor & Destructor Documentation

◆ CkTls12MasterKeyDeriveParams()

Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkTls12MasterKeyDeriveParams.CkTls12MasterKeyDeriveParams ( ICkSsl3RandomData  randomInfo,
NativeULong  prfHashMechanism 
)

Initializes a new instance of the CkTls12MasterKeyDeriveParams class.

Parameters
randomInfoClient's and server's random data information
prfHashMechanismBase hash used in the underlying TLS 1.2 PRF operation used to derive the master key (CKM)

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkTls12MasterKeyDeriveParams.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkTls12MasterKeyDeriveParams.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkTls12MasterKeyDeriveParams.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.

Property Documentation

◆ Version

ICkVersion Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkTls12MasterKeyDeriveParams.Version
get

SSL protocol version information


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