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

Structure, which provides information about the random data of a client and a server in a WTLS context More...

Public Attributes

IntPtr ClientRandom
 Pointer to the client's random data More...
 
NativeULong ClientRandomLen
 Length in bytes of the client's random data More...
 
IntPtr ServerRandom
 Pointer to the server's random data More...
 
NativeULong ServerRandomLen
 Length in bytes of the server's random data More...
 

Detailed Description

Structure, which provides information about the random data of a client and a server in a WTLS context

Member Data Documentation

◆ ClientRandom

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_WTLS_RANDOM_DATA.ClientRandom

Pointer to the client's random data

◆ ClientRandomLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_WTLS_RANDOM_DATA.ClientRandomLen

Length in bytes of the client's random data

◆ ServerRandom

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_WTLS_RANDOM_DATA.ServerRandom

Pointer to the server's random data

◆ ServerRandomLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_WTLS_RANDOM_DATA.ServerRandomLen

Length in bytes of the server's random data


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