Show / Hide Table of Contents

Class OpenIDStatus

The status for the current OpenID session.

Inheritance
object
OpenIDStatus
Implements
IOpenIDStatus
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDStatus : IOpenIDStatus

Properties

AuthenticationRequest

Gets or sets the authentication request.

Declaration
public AuthenticationRequest? AuthenticationRequest { get; set; }
Property Value
Type Description
AuthenticationRequest

The authentication request.

ClientID

Gets or sets the client ID.

Declaration
public string? ClientID { get; set; }
Property Value
Type Description
string

The client ID.

CorrelationID

Gets or sets the correlation ID.

Declaration
public string? CorrelationID { get; set; }
Property Value
Type Description
string

The correlation ID.

LogoutRequest

Gets or sets the logout request.

Declaration
public LogoutRequest? LogoutRequest { get; set; }
Property Value
Type Description
LogoutRequest

The logout request.

PendingAction

Gets or sets the pending action.

Declaration
public PendingAction? PendingAction { get; set; }
Property Value
Type Description
PendingAction?

The pending action.

Implements

IOpenIDStatus
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.