File: security\system\security\Authentication\ExtendedProtection\ProtectionScenario.cs
Project: ndp\fx\src\System.csproj (System)
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//------------------------------------------------------------------------------
 
namespace System.Security.Authentication.ExtendedProtection
{
    public enum ProtectionScenario
    {
        TransportSelected,
        TrustedProxy
    }
}