Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Models.​Secret
Assembly: Duende.IdentityServer.Storage
Inheritance: object → Secret
Models a client secret with identifier and expiration
Properties
public
string
Description
Gets or sets the description.
public
string
Value
Gets or sets the value.
public
System.​DateTime?
Expiration
Gets or sets the expiration.
public
string
Type
Gets or sets the type of the client secret.
Methods
public
int
GetHashCode​()
Returns a hash code for this instance.
Returns A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
public
bool
Equals​(object obj)
Determines whether the specified <see cref="T:System.Object" /> , is equal to this instance.
Returns <c>true</c> if the specified <see cref="T:System.Object" /> is equal to this instance; otherwise, <c>false</c> .
obj
The <see cref="T:System.Object" /> to compare with this instance.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object