TypeDescriptorPermission::FromXml Method (SecurityElement^)

.NET Framework (current version)
 

When overridden in a derived class, reconstructs a security object with a specified state from an XML encoding.

Namespace:   System.Security.Permissions
Assembly:  System (in System.dll)

public:
virtual void FromXml(
	SecurityElement^ securityElement
) override

Parameters

securityElement
Type: System.Security::SecurityElement^

The XML encoding to use to reconstruct the security object.

.NET Framework
Available since 4.0
Return to top
Show: