Constable Authorization Engine 2.0 BETA

IPolicyLoaderContext Members

IPolicyLoaderContext overview

Public Instance Properties

AssemblyName Gets the name of the assembly containing the type being created.
AssemblyQualifiedTypeName Gets the assembly-qualified name of type being created.
BaseType Gets the base type of the policy object that should be created.
ConstructorArgumentTypes Gets an array of Type references that the TypeName type's constructor expects.
ConstructorArgumentValues Gets an array of arguments to be passed to the TypeName type's constructor.
Exception Gets the exception that was raised while attempting to create an instance of the object identified by the AssemblyQualifiedTypeName.
PropertyValues Gets the dictionary of property names and values as retrieved from the persisted policy by the AuthorizationPolicyLoader.
TypeName Gets the name of the type that should be created.

See Also

IPolicyLoaderContext Interface | LaMarvin.Constable.Design Namespace