using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Specifies that the assembly is not fully signed when created.
// Token: 0x02000217 RID: 535
[Token(Token = "0x2000217")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyDelaySignAttribute : Attribute
{
/// Initializes a new instance of the class.
///
/// if the feature this attribute represents is activated; otherwise, .
// Token: 0x06001401 RID: 5121 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001401")]
[Address(RVA = "0xB9AFE0", Offset = "0xB99FE0", VA = "0x180B9AFE0")]
public AssemblyDelaySignAttribute(bool delaySign)
{
}
// Token: 0x04000A1D RID: 2589
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000A1D")]
private bool m_delaySign;
}
}