Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

21 lines
898 B
C#

using System;
using Cpp2IlInjected;
namespace System.Security
{
/// <summary>Specifies that code or an assembly performs security-critical operations.</summary>
// Token: 0x020003BB RID: 955
[Token(Token = "0x20003BB")]
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate)]
public sealed class SecurityCriticalAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Security.SecurityCriticalAttribute" /> class.</summary>
// Token: 0x06002245 RID: 8773 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002245")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SecurityCriticalAttribute()
{
}
}
}