2025-04-27 07:49:33 -04:00

35 lines
490 B
C++

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
seccom.hxx
Abstract:
This module contains common security definitions.
Author:
Michael Thomas (michth) 08-Oct-1997
Revision History:
--*/
#ifndef _SECCOM_HXX_
#define _SECCOM_HXX_
//
// Our crypto key container names.
//
#define DCOM_SERVER_CONTAINER TEXT("MS IIS DCOM Server")
#define DCOM_CLIENT_CONTAINER TEXT("MS IIS DCOM Client")
#endif // _SECCOM_HXX_