C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_WTLS_RANDOM_DATA

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
ClientRandom System.IntPtr
ClientRandomLen uint
ServerRandom System.IntPtr
ServerRandomLen uint

Property Details

ClientRandom public_oe property

Pointer to the client's random data
public IntPtr,System ClientRandom
return System.IntPtr

ClientRandomLen public_oe property

Length in bytes of the client's random data
public uint ClientRandomLen
return uint

ServerRandom public_oe property

Pointer to the server's random data
public IntPtr,System ServerRandom
return System.IntPtr

ServerRandomLen public_oe property

Length in bytes of the server's random data
public uint ServerRandomLen
return uint