ClaimPolicyPostConfigurer.PostConfigure method

Applies the ClaimPolicyConfig to the specified AuthorizationOptions after configuration.

public void PostConfigure(string? name, AuthorizationOptions authz)
parameter description
name The name of the options instance being configured. May be null.
authz The AuthorizationOptions instance to configure.

See Also