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