| Platform SDK: Network Management | 
Windows 95/98: The security_info_1 structure contains information about a server's security level.
Windows NT/2000: This structure is not supported on Windows NT/Windows 2000.
struct _security_info_1 {
    unsigned long  sec1_security;
    char FAR *     sec1_container;
    char FAR *     sec1_ab_server;
    char FAR *     sec1_ab_dll;
};
 
| Value | Meaning | 
|---|---|
| SEC_SECURITY_SHARE | Share-level security | 
| SEC_SECURITY_WINNT | User-level security (Windows NT workstation) | 
| SEC_SECURITY_WINNTAS | User-level security (Windows NT domain) | 
| SEC_SECURITY_NETWARE | User-level security (NetWare 3.x) | 
  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Svrapi.h.
Network Management Overview, Network Management Structures, NetSecurityGetInfo