using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Security { /// Defines the methods that convert permission object state to and from XML element representation. // Token: 0x020003C0 RID: 960 [Token(Token = "0x20003C0")] [ComVisible(true)] public interface ISecurityEncodable { /// Creates an XML encoding of the security object and its current state. /// An XML encoding of the security object, including any state information. // Token: 0x0600225B RID: 8795 [Token(Token = "0x600225B")] [Address(Slot = "0")] SecurityElement ToXml(); } }