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