mscorlib(4.0.0.0) API with additions
ISecurityEncodable.cs
2 
3 namespace System.Security
4 {
6  [ComVisible(true)]
7  public interface ISecurityEncodable
8  {
12 
15  void FromXml(SecurityElement e);
16  }
17 }
Definition: __Canon.cs:3
void FromXml(SecurityElement e)
Reconstructs a security object with a specified state from an XML encoding.
Represents the XML object model for encoding security objects. This class cannot be inherited.
Defines the methods that convert permission object state to and from XML element representation.
SecurityElement ToXml()
Creates an XML encoding of the security object and its current state.