IAuthorizeData Interface

Definition

Defines the set of data required to apply authorization rules to a resource.

public interface class IAuthorizeData
public interface IAuthorizeData
type IAuthorizeData = interface
Public Interface IAuthorizeData
Derived

Properties

ActiveAuthenticationSchemes

Gets or sets a comma delimited list of schemes from which user information is constructed.

AuthenticationSchemes

Gets or sets a comma delimited list of schemes from which user information is constructed.

Policy

Gets or sets the policy name that determines access to the resource.

Roles

Gets or sets a comma delimited list of roles that are allowed to access the resource.

Applies to