PolicyLevel.FromXml(SecurityElement) Method

Definition

Reconstructs a security object with a given state from an XML encoding.

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

Parameters

e
SecurityElement

The XML encoding to use to reconstruct the security object.

Exceptions

The e parameter is null.

The SecurityElement specified by the e parameter is invalid.

Applies to