You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
392 B
18 lines
392 B
//
|
|
// Microsoft Windows Media Technologies
|
|
// Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved.
|
|
//
|
|
|
|
//
|
|
// Note: This certificate is only meant to allow the project to compile.
|
|
// To interact with the WMDM, you need to obtain a valid certificate from Microsoft.
|
|
//
|
|
|
|
#include <wtypes.h>
|
|
|
|
BYTE abPVK[] = {
|
|
0x00
|
|
};
|
|
BYTE abCert[] = {
|
|
0x00
|
|
};
|