Compartir a través de


estructura de KEYSVC_BLOB

La estructura KEYSVC_BLOB define un BLOB de servicio de claves. Esta estructura la usa la función RKeyPFXInstall .

Sintaxis

typedef struct _KEYSVC_BLOB {
  ULONG cb;
  BYTE  *pb;
} KEYSVC_BLOB, *PKEYSVC_BLOB;

Miembros

cb

Valor ULONG que especifica el tamaño, en bytes, de pb.

Pb

Puntero a un BYTE que contiene el BLOB, en formato PKCS #12 .

Requisitos

Requisito Value
Cliente mínimo compatible
No se admite ninguno
Servidor mínimo compatible
Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado
Rkeysvcc.h

Consulte también

RKeyPFXInstall

KEYSVC_UNICODE_STRING