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!

UnionCodeGroup.FromXml (SecurityElement)

Security object XML deserializer

[Visual Basic]
Overloads Overridable Public Sub FromXml( _
   ByVal e As SecurityElement _
)
[C#]
public virtual void FromXml(
   SecurityElement e
);
[C++]
public: virtual void FromXml(
   SecurityElement* e
);
[JScript]
public function FromXml(
   e : SecurityElement
);

Parameters

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

Return Value

None

Remarks

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

See Also

UnionCodeGroup Class | UnionCodeGroup Members | System.Security.Policy Namespace | UnionCodeGroup.FromXml Overload List