Show / Hide Table of Contents

Class Secret

Inheritance
System.Object
Secret
ApiSecret
ClientSecret
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public abstract class Secret : Entity

Constructors

Secret()

Declaration
protected Secret()

Secret(String, Nullable<DateTime>, String, String)

Declaration
protected Secret(string value, DateTime? expiration = default(DateTime? ), string type = null, string description = null)
Parameters
Type Name Description
System.String value
System.Nullable<System.DateTime> expiration
System.String type
System.String description

Properties

Description

Declaration
public virtual string Description { get; set; }
Property Value
Type Description
System.String

Expiration

Declaration
public virtual DateTime? Expiration { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Type

Declaration
public virtual string Type { get; protected set; }
Property Value
Type Description
System.String

Value

Declaration
public virtual string Value { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft