Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS12_MASTER_KEY_DERIVE_PARAMS Struct Reference

Structure that provides the parameters to the CKM_TLS12_MASTER_KEY_DERIVE mechanism More...

Public Attributes

CK_SSL3_RANDOM_DATA RandomInfo
 Client's and server's random data information More...
 
IntPtr Version
 Pointer to a CK_VERSION structure which receives the SSL protocol version information More...
 
NativeULong PrfHashMechanism
 Base hash used in the underlying TLS 1.2 PRF operation used to derive the master key (CKM) More...
 

Detailed Description

Structure that provides the parameters to the CKM_TLS12_MASTER_KEY_DERIVE mechanism

Member Data Documentation

◆ PrfHashMechanism

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS12_MASTER_KEY_DERIVE_PARAMS.PrfHashMechanism

Base hash used in the underlying TLS 1.2 PRF operation used to derive the master key (CKM)

◆ RandomInfo

CK_SSL3_RANDOM_DATA Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS12_MASTER_KEY_DERIVE_PARAMS.RandomInfo

Client's and server's random data information

◆ Version

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_TLS12_MASTER_KEY_DERIVE_PARAMS.Version

Pointer to a CK_VERSION structure which receives the SSL protocol version information


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