Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT Struct Reference

Structure that contains the resulting key handles and initialization vectors after performing a C_DeriveKey function with the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism More...

Public Attributes

NativeULong ClientMacSecret
 Key handle for the resulting Client MAC Secret key More...
 
NativeULong ServerMacSecret
 Key handle for the resulting Server MAC Secret key More...
 
NativeULong ClientKey
 Key handle for the resulting Client Secret key More...
 
NativeULong ServerKey
 Key handle for the resulting Server Secret key More...
 
IntPtr IVClient
 Pointer to a location which receives the initialization vector (IV) created for the client (if any) More...
 
IntPtr IVServer
 Pointer to a location which receives the initialization vector (IV) created for the server (if any) More...
 

Detailed Description

Structure that contains the resulting key handles and initialization vectors after performing a C_DeriveKey function with the CKM_SSL3_KEY_AND_MAC_DERIVE mechanism

Member Data Documentation

◆ ClientKey

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT.ClientKey

Key handle for the resulting Client Secret key

◆ ClientMacSecret

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT.ClientMacSecret

Key handle for the resulting Client MAC Secret key

◆ IVClient

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT.IVClient

Pointer to a location which receives the initialization vector (IV) created for the client (if any)

◆ IVServer

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT.IVServer

Pointer to a location which receives the initialization vector (IV) created for the server (if any)

◆ ServerKey

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT.ServerKey

Key handle for the resulting Server Secret key

◆ ServerMacSecret

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SSL3_KEY_MAT_OUT.ServerMacSecret

Key handle for the resulting Server MAC Secret key


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