KEYSVC_BLOB structure
The KEYSVC_BLOB structure defines a key service BLOB. This structure is used by the RKeyPFXInstall function.
Syntax
typedef struct _KEYSVC_BLOB {
ULONG cb;
BYTE *pb;
} KEYSVC_BLOB, *PKEYSVC_BLOB;
Members
-
cb
-
A ULONG value that specifies the size, in bytes, of pb.
-
pb
-
A pointer to a BYTE that contains the BLOB, in PKCS #12 format.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also