The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
APPX_KEY_INFO structure
Windows app package key information.
Syntax
typedef struct _APPX_KEY_INFO { UINT32 keyLength; UINT32 keyIdLength; BYTE *key; BYTE *keyId; } APPX_KEY_INFO, *PAPPX_KEY_INFO;
Members
- keyLength
-
The length of the key.
- keyIdLength
-
The length of the key Id.
- key
-
The app package key.
- keyId
-
The app package key Id.
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
IDL |
|
Show: