2017-04-10 11:41:01 +00:00
|
|
|
// 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
|
|
|
|
{
|
2019-02-04 20:11:37 +00:00
|
|
|
internal static partial class Libraries
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2019-02-04 20:11:37 +00:00
|
|
|
internal const string NetSecurityNative = "System.Net.Security.Native";
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|
|
|
|
}
|