estructura SecPkgContext_KeyingMaterial (schannel.h)
La estructura SecPkgContext_KeyingMaterial especifica el material de clave exportable para el contexto de seguridad.
Sintaxis
typedef struct _SecPkgContext_KeyingMaterial {
DWORD cbKeyingMaterial;
PBYTE pbKeyingMaterial;
} SecPkgContext_KeyingMaterial, *PSecPkgContext_KeyingMaterial;
Miembros
cbKeyingMaterial
Longitud, en bytes, del material de clave que se va a exportar. Debe ser mayor que cero.
pbKeyingMaterial
Puntero al búfer que contiene el material de clave exportado. Después de usar, desasigne el búfer llamando a FreeContextBuffer.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2016 [solo aplicaciones de escritorio] |
Encabezado | schannel.h |