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.
24 lines
396 B
24 lines
396 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dssetcon.h
|
|
|
|
Abstract:
|
|
|
|
This file contains contains structures and definitions to be including
|
|
in both the dssetup.idl file and regular C code
|
|
|
|
Author:
|
|
|
|
Environment:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#define DSROLE_OBFUSCATOR_LENGTH 8
|
|
#define DSROLE_MAX_PASSWORD_LENGTH PWLEN
|
|
#define DSROLE_SALT_LENGTH 20
|