Constable Authorization Engine 2.0 BETA

AuthorizationPolicyLoader.LoadFromXml Method

[This is preliminary documentation and subject to change.]

Loads an instance of the AuthorizationPolicy class from the given XML string.

Overload List

Loads an instance of the AuthorizationPolicy class from the given XML string.

public static AuthorizationPolicy LoadFromXml(string);

Loads an authorization policy from the given XML node.

public static AuthorizationPolicy LoadFromXml(XmlNode);

See Also

AuthorizationPolicyLoader Class | LaMarvin.Constable Namespace | AuthorizationPolicy