Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |