From 8b506bbc5782649d60d8035e19c80df1f20dee97 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Fri, 28 Oct 2022 17:28:34 +0700 Subject: Remove obsolete code --- crypto/src/AssemblyInfo.cs | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs index f89d58fbd..dfc22336a 100644 --- a/crypto/src/AssemblyInfo.cs +++ b/crypto/src/AssemblyInfo.cs @@ -3,29 +3,3 @@ using System.Runtime.InteropServices; [assembly: CLSCompliant(true)] [assembly: ComVisible(false)] - -// Start with no permissions -//[assembly: PermissionSet(SecurityAction.RequestOptional, Unrestricted=false)] -//...and explicitly add those we need - -// see Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.StrictLengthEnabledProperty -//[assembly: EnvironmentPermission(SecurityAction.RequestOptional, Read="Org.BouncyCastle.Pkcs1.Strict")] - -#if !(NET45_OR_GREATER || NETSTANDARD1_0_OR_GREATER) -namespace System.Reflection -{ - [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true, Inherited = false)] - internal sealed class AssemblyMetadataAttribute : Attribute - { - public AssemblyMetadataAttribute(string key, string value) - { - Key = key; - Value = value; - } - - public string Key { get; } - - public string Value { get; } - } -} -#endif -- cgit 1.4.1