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

Structure, which provides the parameters to the CKM_TLS_PRF mechanism More...

Public Attributes

IntPtr Seed
 Pointer to the input seed More...
 
NativeULong SeedLen
 Length in bytes of the input seed More...
 
IntPtr Label
 Pointer to the identifying label More...
 
NativeULong LabelLen
 Length in bytes of the identifying label More...
 
IntPtr Output
 Pointer receiving the output of the operation More...
 
IntPtr OutputLen
 Pointer to the length in bytes that the output to be created shall have, has to hold the desired length as input and will receive the calculated length as output More...
 

Detailed Description

Structure, which provides the parameters to the CKM_TLS_PRF mechanism

Member Data Documentation

◆ Label

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_TLS_PRF_PARAMS.Label

Pointer to the identifying label

◆ LabelLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_TLS_PRF_PARAMS.LabelLen

Length in bytes of the identifying label

◆ Output

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_TLS_PRF_PARAMS.Output

Pointer receiving the output of the operation

◆ OutputLen

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_TLS_PRF_PARAMS.OutputLen

Pointer to the length in bytes that the output to be created shall have, has to hold the desired length as input and will receive the calculated length as output

◆ Seed

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_TLS_PRF_PARAMS.Seed

Pointer to the input seed

◆ SeedLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_TLS_PRF_PARAMS.SeedLen

Length in bytes of the input seed


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