singrdk/base/Services/CredentialsManager/TraceSwitches.sg

22 lines
546 B
Plaintext
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
////////////////////////////////////////////////////////////////////////////////
//
// Microsoft Research Singularity
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File: Services/CredentialsManager/TraceSwitches.sg
//
// Note: Booleans that control trace output
//
using System;
namespace Microsoft.Singularity.Security.CredentialsManager
{
class TraceSwitches
{
public static bool ShowManagerMessages = false;
public static bool ShowWildcardMatching = false;
}
}