IAuthorizationPolicyProvider 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.
A type which can provide a AuthorizationPolicy for a particular name.
public interface class IAuthorizationPolicyProvider
public interface IAuthorizationPolicyProvider
type IAuthorizationPolicyProvider = interface
Public Interface IAuthorizationPolicyProvider
- Derived
Properties
AllowsCachingPolicies |
Determines if policies from this provider can be cached, defaults to false. |
Methods
GetDefaultPolicyAsync() |
Gets the default authorization policy. |
GetFallbackPolicyAsync() |
Gets the fallback authorization policy. |
GetPolicyAsync(String) |
Gets a AuthorizationPolicy from the given |