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!

NamedPermissionSet.FromXml

Sets the named permission set according to XML element description.

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

Parameters

et
Element containing a representation of a named permission set.

Exceptions

Exception Type Condition
ArgumentException if the element is not a valid representation of a named permission set.

Remarks

This method recreates the state of a named permission set from an XML element previously created by ToXML() method.

See Also

NamedPermissionSet Class | NamedPermissionSet Members | System.Security Namespace