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.
34 lines
490 B
34 lines
490 B
/*++
|
|
|
|
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_
|
|
|