Class ApiResourceSecret
Inheritance
ApiResourceSecret
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class ApiResourceSecret : Secret, IEntity
Constructors
ApiResourceSecret()
Declaration
protected ApiResourceSecret()
ApiResourceSecret(Guid, string, DateTime?, string, string)
Declaration
protected ApiResourceSecret(Guid apiResourceId, string value, DateTime? expiration = null, string type = "SharedSecret", string description = null)
Parameters
Properties
ApiResourceId
Declaration
public virtual Guid ApiResourceId { get; protected set; }
Property Value
Methods
Equals(Guid, string, string)
Declaration
public virtual bool Equals(Guid apiResourceId, string value, string type = "SharedSecret")
Parameters
Returns
GetKeys()
Declaration
public override object[] GetKeys()
Returns
Overrides
Implements
Extension Methods