KeyContainerPermission.FromXml(SecurityElement) Method

Definition

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

public:
 override void FromXml(System::Security::SecurityElement ^ securityElement);
public override void FromXml (System.Security.SecurityElement securityElement);
override this.FromXml : System.Security.SecurityElement -> unit
Public Overrides Sub FromXml (securityElement As SecurityElement)

Parameters

securityElement
SecurityElement

A SecurityElement that contains the XML encoding used to reconstruct the permission.

Exceptions

securityElement is null.

securityElement is not a valid permission element.

-or-

The version number of securityElement is not supported.

Remarks

The FromXml method reconstructs a KeyContainerPermission object from an XML encoding defined by the SecurityElement class. Use the ToXml method to XML-encode the KeyContainerPermission, including state information.

Applies to