aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/cost.h
blob: 6507e85d6ad0b894c6cf7c4b8eba341dc6db88b3 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.


const UINT COST_SECUREOBJECT = 1000;
const UINT COST_SERVICECONFIG = 1000;
const UINT COST_XMLFILE = 1000;
const UINT COST_CLOSEAPP = 500;
const UINT COST_INTERNETSHORTCUT = 2000;