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.
1 lines
1.2 KiB
1 lines
1.2 KiB
/* UAMStandard.r
Copyright © 1997-2000, Microsoft Corp. All Rights Reserved World Wide.
Michael J. Conrad
Microsoft Corp.
04/22/97 MJC - Original draft.
02/20/98 MJC - Updated for TCP/IP UAM.
*/
#include <types.r>
#include <systypes.r>
#include "uamtypes.r"
resource 'uamg' (0) {
2, //Version of UAM SDK we're using
3, //UAM Class
32, //Password length
noUseDefaultPwdDlg, //We have a custom pswd dialog
useDefaultVolDlg, //Use default volume dialog (chooser only)
139, //Our UAM ID (randomly selected)
noBMLSupport //Reserved field
};
resource 'uamn' (0) {
"Microsoft Authentication V5.0 (v2)"
};
resource 'uamn' (1) {
"Microsoft V1.0"
};
resource 'uamn' (2) {
"(Microsoft Encryption)"
};
resource 'uama' (128) {
{
02,
00,
"AFP2.2",
/* [1] */
07, // "major" associated system version
00, // "minor" associated system version
"AFPVersion 2.1",
/* [2] */
06, // "major" associated system version
03, // "minor" associated system version
"AFPVersion 2.0",
/* [3] */
06, // "major" associated system version
00, // "minor" associated system version
"AFPVersion 1.1"
}
};
|