Record THandShakeData
Unit
Declaration
type THandShakeData = record
Description
United state and data for TLS handshake
Overview
Fields
Stage: THandShakeStage; |
|
hContext: CtxtHandle; |
|
IoBuffer: TBytes; |
|
cbIoBuffer: DWORD; |
|
OutBuffers: array of SecBuffer; |
Description
Fields
Stage: THandShakeStage; |
|
Current stage |
hContext: CtxtHandle; |
|
Handle of security context. OUT after hssSendCliHello, IN at hssReadSrvHello* |
IoBuffer: TBytes; |
|
Buffer with data from server. IN at hssReadSrvHello* |
cbIoBuffer: DWORD; |
|
Size of data in buffer. |
OutBuffers: array of SecBuffer; |
|
Array of SChannel-allocated buffers that must be disposed with |
Generated by PasDoc 0.16.0.