Constable Authorization Engine 2.0 BETA

AuthorizationPolicyLoader Members

AuthorizationPolicyLoader overview

Public Static (Shared) Properties

TypeResolver Sets or returns a reference to an IPolicyLoaderTypeResolver implementation that will be used for loading of custom policy object types.

Public Static (Shared) Methods

GetXml Gets a XML string representing the given AuthorizationPolicy.
IsPropertySerializable This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code.
LoadFromFile Loads an authorization policy from a XML file.
LoadFromStream Loads an instance of the AuthorizationPolicy class from the given stream.
LoadFromXmlOverloaded. Loads an instance of the AuthorizationPolicy class from the given XML string.
LoadFromXmlResourceOverloaded. Loads an instance of the AuthorizationPolicy class populated from an authorization policy stored as a XML resource in the calling assembly's manifest.
SaveToFileOverloaded. Stores the authorization policy contained in an AuthorizationPolicy instance in a file.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

AuthorizationPolicyLoader Class | LaMarvin.Constable Namespace