Constable Authorization Engine 2.0 BETA

AuthorizationPolicyLoader.LoadFromXmlResource Method

Loads an instance of the AuthorizationPolicy class populated from an authorization policy stored as a XML resource in the calling assembly's manifest.

Overload List

Loads an instance of the AuthorizationPolicy class populated from an authorization policy stored as a XML resource in the calling assembly's manifest.

public static AuthorizationPolicy LoadFromXmlResource(string);

Loads an instance of the AuthorizationPolicy class populated from an authorization policy stored as a XML resource in the specified encoding in the calling assembly's manifest.

public static AuthorizationPolicy LoadFromXmlResource(string,Encoding);

See Also

AuthorizationPolicyLoader Class | LaMarvin.Constable Namespace