ReadOnlyPermissionSet.FromXml(SecurityElement) Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reconstructs a security object with a specified state from an XML encoding.
public:
override void FromXml(System::Security::SecurityElement ^ et);
public override void FromXml(System.Security.SecurityElement et);
override this.FromXml : System.Security.SecurityElement -> unit
Public Overrides Sub FromXml (et As SecurityElement)
The XML encoding to use to reconstruct the security object.
The et
parameter is null
.
The et
parameter is not a valid permission element.
-or-
The et
parameter's version number is not supported.
The object is not being deserialized; that is, PermissionSet did not call back into FromXml(SecurityElement) during deserialization.
This override of PermissionSet.FromXml is intended to be called by the base class PermissionSet when it is deserializing the permission set. An exception is thrown if you attempt to call FromXml directly. You cannot modify a read-only permission set with a FromXml call.
Applies to
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |