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!

HashMembershipCondition.FromXml (SecurityElement, PolicyLevel)

Sets the Hash membership condition object state from XML representation

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

Parameters

e
The XML encoding to use to reconstruct the security object.
level
Policy level context for the policy 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

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