Show / Hide Table of Contents

Class OpenIDStatus

The status for the current OpenID session.

Inheritance
System.Object
OpenIDStatus
Implements
IOpenIDStatus
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.ReferenceEquals(System.Object, System.Object)
System.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
System.String

The client ID.

CorrelationID

Gets or sets the correlation ID.

Declaration
public string CorrelationID { get; set; }
Property Value
Type Description
System.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
System.Nullable<PendingAction>

The pending action.

Implements

IOpenIDStatus
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.