Skip to content

Interface IAuthorizationPolicyContributor

Namespace: Cephalon.Abstractions.Authorization
Assembly: Cephalon.Abstractions.dll

Contributes one or more authorization-policy descriptors to the active runtime.

public interface IAuthorizationPolicyContributor

RegisterPolicies(IAuthorizationPolicyRegistry)

Section titled “ RegisterPolicies(IAuthorizationPolicyRegistry)”

Registers one or more authorization-policy descriptors with the supplied registry.

void RegisterPolicies(IAuthorizationPolicyRegistry policies)

policies IAuthorizationPolicyRegistry

The registry that collects contributed authorization-policy descriptors.