Creates XML representation of the membership condition object state
[Visual Basic] Overloads Overridable Public Function ToXml() As SecurityElement [C#] public virtual SecurityElement ToXml(); [C++] public: virtual SecurityElement* ToXml(); [JScript] public function ToXml() : SecurityElement;
An XML encoding of the security object, including any state information.
Custom code that extends security objects will need to implement the ToXML and FromXML methods to make the objects security-encodable.
StrongNameMembershipCondition Class | StrongNameMembershipCondition Members | System.Security.Policy Namespace | StrongNameMembershipCondition.ToXml Overload List