StrongNameIdentityPermission.FromXml(SecurityElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reconstructs a permission with a specified state from an XML encoding.
public:
override void FromXml(System::Security::SecurityElement ^ e);
public override void FromXml(System.Security.SecurityElement e);
override this.FromXml : System.Security.SecurityElement -> unit
Public Overrides Sub FromXml (e As SecurityElement)
Parameters
The XML encoding to use to reconstruct the permission.
Exceptions
The e
parameter is null
.
The e
parameter is not a valid permission element.
-or-
The e
parameter's version number is not valid.
Remarks
This method is not used by application code.