Class PermissionGrantInfo
Inheritance
PermissionGrantInfo
Assembly: Volo.Abp.Authorization.Abstractions.dll
Syntax
public class PermissionGrantInfo
Constructors
PermissionGrantInfo(string, bool, string?, string?)
Declaration
public PermissionGrantInfo(string name, bool isGranted, string? providerName = null, string? providerKey = null)
Parameters
Properties
IsGranted
Declaration
public bool IsGranted { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
ProviderKey
Declaration
public string? ProviderKey { get; }
Property Value
ProviderName
Declaration
public string? ProviderName { get; }
Property Value
Extension Methods