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.
struct System.​Security.​ISecurityEncodable
Assembly: System.Runtime
Defines the methods that convert permission object state to and from XML element representation.
Methods
public
void
FromXml​(SecurityElement e)
e
The XML encoding to use to reconstruct the security object.
Reconstructs a security object with a specified state from an XML encoding.
public
SecurityElement
ToXml​() Returns An XML encoding of the security object, including any state information.
Creates an XML encoding of the security object and its current state.