System.Security.Permissions.StorePermission.FromXml Method

Reconstructs a permission with a specified state from an XML encoding.

Syntax

public override void FromXml (System.Security.SecurityElement e)

Parameters

e
Documentation for this section has not yet been entered.

Remarks

The StorePermission.FromXml(System.Security.SecurityElement) method reconstructs a System.Security.Permissions.StorePermission object from an XML encoding defined by the System.Security.SecurityElement class. Use the StorePermission.ToXml method to XML-encode the System.Security.Permissions.StorePermission, including state information.

Requirements

Namespace: System.Security.Permissions
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0