IAuthorizeData Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |