struttura KEYSVC_BLOB

La struttura KEYSVC_BLOB definisce un BLOB del servizio chiave. Questa struttura viene usata dalla funzione RKeyPFXInstall .

Sintassi

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

Members

Cb

Valore ULONG che specifica le dimensioni, in byte, di pb.

Pb

Puntatore a un BYTE contenente il BLOB in formato PKCS #12 .

Requisiti

Requisito Valore
Client minimo supportato
Nessuno supportato
Server minimo supportato
Windows Server 2003 [solo app desktop]
Intestazione
Rkeysvcc.h

Vedi anche

RKeyPFXInstall

KEYSVC_UNICODE_STRING