Interface IAuthorizationPolicyContributor
Namespace: Cephalon.Abstractions.Authorization
Assembly: Cephalon.Abstractions.dll
Contributes one or more authorization-policy descriptors to the active runtime.
public interface IAuthorizationPolicyContributorMethods
Section titled “Methods”RegisterPolicies(IAuthorizationPolicyRegistry)
Section titled “ RegisterPolicies(IAuthorizationPolicyRegistry)”Registers one or more authorization-policy descriptors with the supplied registry.
void RegisterPolicies(IAuthorizationPolicyRegistry policies)Parameters
Section titled “Parameters”policies IAuthorizationPolicyRegistry
The registry that collects contributed authorization-policy descriptors.