Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_WTLS_KEY_MAT_OUT Struct Reference

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

Public Attributes

NativeULong MacSecret
 Key handle for the resulting MAC secret key More...
 
NativeULong Key
 Key handle for the resulting secret key More...
 
IntPtr IV
 Pointer to a location which receives the initialization vector (IV) created (if any) More...
 

Detailed Description

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

Member Data Documentation

◆ IV

IntPtr Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_WTLS_KEY_MAT_OUT.IV

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

◆ Key

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_WTLS_KEY_MAT_OUT.Key

Key handle for the resulting secret key

◆ MacSecret

NativeULong Net.Pkcs11Interop.LowLevelAPI80.MechanismParams.CK_WTLS_KEY_MAT_OUT.MacSecret

Key handle for the resulting MAC secret key


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