Class IdentityClaim
Inheritance
System.Object
IdentityClaim
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class IdentityClaim : UserClaim
Constructors
IdentityClaim()
Declaration
protected IdentityClaim()
IdentityClaim(Guid, String)
Declaration
protected IdentityClaim(Guid identityResourceId, string type)
Parameters
| Type |
Name |
Description |
| System.Guid |
identityResourceId |
|
| System.String |
type |
|
Properties
IdentityResourceId
Declaration
public virtual Guid IdentityResourceId { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
Methods
Equals(Guid, String)
Declaration
public virtual bool Equals(Guid identityResourceId, string type)
Parameters
| Type |
Name |
Description |
| System.Guid |
identityResourceId |
|
| System.String |
type |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetKeys()
Declaration
public override object[] GetKeys()
Returns
| Type |
Description |
| System.Object[] |
|
Extension Methods