Class PermissionGrantInfo
Inheritance
object
PermissionGrantInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Authorization.Permissions
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
Type | Name | Description |
---|---|---|
string | name | |
bool | isGranted | |
string | providerName | |
string | providerKey |
Properties
IsGranted
Declaration
public bool IsGranted { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
ProviderKey
Declaration
public string? ProviderKey { get; }
Property Value
Type | Description |
---|---|
string |
ProviderName
Declaration
public string? ProviderName { get; }
Property Value
Type | Description |
---|---|
string |