Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Interop.Libraries.cs « Interop « CoreFx.Private.TestUtilities « tests « Common « libraries « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1501f9a79e08f89069c26637f65e4618f594962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

internal static partial class Interop
{
    internal static partial class Libraries
    {
        // Shims
        public const string CryptoNative = "System.Security.Cryptography.Native.OpenSsl";
        public const string SystemNative = "System.Native";
    }
}