KEYSVC, _ structure BLOB

La structure d' _ objet BLOB KEYSVC définit un objet blob de service de clé. Cette structure est utilisée par la fonction RKeyPFXInstall .

Syntaxe

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

Membres

libéré

Valeur ULong qui spécifie la taille, en octets, de PB.

po

Pointeur vers un octet qui contient l’objet BLOB, au format PKCS # 12 .

Configuration requise

Condition requise Valeur
Client minimal pris en charge
Aucun pris en charge
Serveur minimal pris en charge
Windows Serveur 2003 [ applications de bureau uniquement]
En-tête
Rkeysvcc. h

Voir aussi

RKeyPFXInstall

_chaîne Unicode _ KEYSVC