21 lines
900 B
C#
21 lines
900 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Security
|
|
{
|
|
/// <summary>Identifies types or members as security-critical and safely accessible by transparent code.</summary>
|
|
// Token: 0x020003BC RID: 956
|
|
[Token(Token = "0x20003BC")]
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate)]
|
|
public sealed class SecuritySafeCriticalAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Security.SecuritySafeCriticalAttribute" /> class.</summary>
|
|
// Token: 0x06002246 RID: 8774 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002246")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public SecuritySafeCriticalAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|