ClaimsPrincipalPermission.FromXml(SecurityElement) Method

Definition

Reconstructs the current permission and its state from the specified XML encoding.

public:
 virtual void FromXml(System::Security::SecurityElement ^ element);
public void FromXml (System.Security.SecurityElement element);
abstract member FromXml : System.Security.SecurityElement -> unit
override this.FromXml : System.Security.SecurityElement -> unit
Public Sub FromXml (element As SecurityElement)

Parameters

element
SecurityElement

The XML encoding to use to reconstruct the permission.

Implements

Exceptions

element is null.

The encoding contains unrecognized elements or attributes or improperly formed XML.

Remarks

Reconstructs a permission from the XML encoding created by a call to the ToXml method.

Applies to