NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialogPermission.FromXml

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

[Visual Basic]
Overrides Public Sub FromXml( _
   ByVal esd As SecurityElement _
)
[C#]
public override void FromXml(
   SecurityElement esd
);
[C++]
public: override void FromXml(
   SecurityElement* esd
);
[JScript]
public override function FromXml(
   esd : SecurityElement
);

Parameters

esd
The XML encoding to use to reconstruct the security object.

Remarks

Custom code that extends security objects will need to implement the ToXML and FromXML methods to make the objects security-encodable.

See Also

FileDialogPermission Class | FileDialogPermission Members | System.Security.Permissions Namespace