Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​Security.​ISecurityEncodable
Assembly: System.Runtime
Defines the methods that convert permission object state to and from XML element representation.
Methods
void
FromXml​(SecurityElement e)
Reconstructs a security object with a specified state from an XML encoding.
e
The XML encoding to use to reconstruct the security object.
ToXml​()
Creates an XML encoding of the security object and its current state.
Returns An XML encoding of the security object, including any state information.