using System;
using Cpp2IlInjected;
namespace System.Runtime.ConstrainedExecution
{
/// Defines a contract for reliability between the author of some code, and the developers who have a dependency on that code.
// Token: 0x0200054B RID: 1355
[Token(Token = "0x200054B")]
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Interface)]
public sealed class ReliabilityContractAttribute : Attribute
{
/// Initializes a new instance of the class with the specified guarantee and value.
/// One of the values.
/// One of the values.
// Token: 0x06002C04 RID: 11268 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002C04")]
[Address(RVA = "0x2CF3C60", Offset = "0x2CF2C60", VA = "0x182CF3C60")]
public ReliabilityContractAttribute(Consistency consistencyGuarantee, Cer cer)
{
}
// Token: 0x04001928 RID: 6440
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4001928")]
private Consistency _consistency;
// Token: 0x04001929 RID: 6441
[FieldOffset(Offset = "0x14")]
[Token(Token = "0x4001929")]
private Cer _cer;
}
}