Cosmos/source/Cosmos.IL2CPU/CustomImplementation/System/Security/Cryptography/Utils.cs
2014-11-26 01:13:58 +00:00

14 lines
409 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.IL2CPU.Plugs;
namespace Cosmos.IL2CPU.CustomImplementation.System.Security.Cryptography
{
[Plug(TargetName="System.Security.Cryptography.Utils", IsMicrosoftdotNETOnly = true)]
public static class Utils
{
//public static int get_FipsAlgorithmPolicy() { return 0; }
}
}