using System;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Channels
{
/// The contains one property, , which gets or sets a Boolean value that indicates whether the current channel is secure.
// Token: 0x020004E8 RID: 1256
[Token(Token = "0x20004E8")]
public interface ISecurableChannel
{
/// Gets or sets a Boolean value that indicates whether the current channel is secure.
/// A Boolean value that indicates whether the current channel is secure.
// Token: 0x170005A2 RID: 1442
// (set) Token: 0x06002880 RID: 10368
[Token(Token = "0x170005A2")]
bool IsSecured
{
[Token(Token = "0x6002880")]
[Address(Slot = "0")]
set;
}
}
}