Class OpenIddictServerEvents.BaseValidatingTicketContext
Represents an abstract base class used for certain event contexts.
Inheritance
System.Object
OpenIddictServerEvents.BaseValidatingTicketContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenIddict.Server
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseValidatingTicketContext : OpenIddictServerEvents.BaseValidatingContext
Constructors
BaseValidatingTicketContext(OpenIddictServerTransaction)
Creates a new instance of the OpenIddictServerEvents.BaseValidatingTicketContext class.
Declaration
protected BaseValidatingTicketContext(OpenIddictServerTransaction transaction)
Parameters
Type | Name | Description |
---|---|---|
OpenIddictServerTransaction | transaction |
Properties
ClientId
Gets the client identifier, or null
if the client application is unknown.
Declaration
public string ClientId { get; }
Property Value
Type | Description |
---|---|
System.String |
Principal
Gets or sets the security principal.
Declaration
public ClaimsPrincipal? Principal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ClaimsPrincipal> |