Windows2003-3790/inetsrv/pop3/inc/authid.h
2020-09-30 16:53:55 +02:00

21 lines
741 B
C

/************************************************************************************************
Copyright (c) 2001 Microsoft Corporation
File Name: AuthID.h
Abstract: Defines the GUIDs for Authentication methods
Notes:
History: 01/15/2002 Created by Hao Yu (haoyu)
************************************************************************************************/
#ifndef __POP3_SERVER_AUTH_ID_H__
#define __POP3_SERVER_AUTH_ID_H__
#define SZ_AUTH_ID_DOMAIN_AD _T("ef9d811e-36c5-497f-ade7-2b36df172824")
#define SZ_AUTH_ID_LOCAL_SAM _T("14f1665c-e3d3-46aa-884f-ed4cf19d7ad5")
#define SZ_AUTH_ID_MD5_HASH _T("c395e20c-2236-4af7-b736-54fad07dc526")
#endif // __POP3_SERVER_AUTH_ID_H__