mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
10 lines
300 B
C#
10 lines
300 B
C#
using Cosmos.IL2CPU.Plugs;
|
|
|
|
namespace Cosmos.System.Plugs.System.Security.Cryptography
|
|
{
|
|
[Plug(TargetName = "System.Security.Cryptography.Utils", IsMicrosoftdotNETOnly = true)]
|
|
public static class UtilsImpl
|
|
{
|
|
//public static int get_FipsAlgorithmPolicy() { return 0; }
|
|
}
|
|
}
|