File: security\system\security\Authentication\ExtendedProtection\Configuration\ExtendedProtectionConfigurationStrings.cs
Project: ndp\fx\src\System.csproj (System)
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//------------------------------------------------------------------------------
 
namespace System.Security.Authentication.ExtendedProtection.Configuration
{
    internal static class ExtendedProtectionConfigurationStrings
    {
        internal const string ExtendedProtectionPolicy = "extendedProtectionPolicy";
        internal const string PolicyEnforcement = "policyEnforcement";
        internal const string ProtectionScenario = "protectionScenario";
        internal const string CustomServiceNames = "customServiceNames";
        internal const string Name = "name";
    }
}