PolicyLevel::FromXml Method (SecurityElement^)

 

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

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
void FromXml(
	SecurityElement^ e
)

Parameters

e
Type: System.Security::SecurityElement^

The XML encoding to use to reconstruct the security object.

Exception Condition
ArgumentNullException

The e parameter is null.

ArgumentException

The SecurityElement specified by the e parameter is invalid.

.NET Framework
Available since 1.1
Return to top
Show: