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: 0x02000504 RID: 1284 [Token(Token = "0x2000504")] 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: 0x1700061A RID: 1562 // (set) Token: 0x06002A8D RID: 10893 [Token(Token = "0x1700061A")] bool IsSecured { [Token(Token = "0x6002A8D")] [Address(Slot = "0")] set; } } }