Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Windows app package key information.
Syntax
typedef struct APPX_KEY_INFO {
UINT32 keyLength;
UINT32 keyIdLength;
BYTE *key;
BYTE *keyId;
} APPX_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
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | appxpackaging.h |