ExtremeSwank OpenID
StateContainer Class
NamespacesExtremeSwank.OpenIdStateContainer
State object passed among static methods that implement OpenID authentication steps.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class StateContainer
<SerializableAttribute> _
Public Class StateContainer
[SerializableAttribute]
public ref class StateContainer
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StateContainer()()()
Creates a new StateContainer.

StateContainer(IAssociationPersistence, ISessionPersistence)
Creates a new StateContainer.

AssociationManager
Gets or sets the Association persistence manager.

AuthMode
Gets or sets the authentication mode currently being used.

DiscoveryPlugIns
Gets or sets the list of Discovery Plugins registered into the current state.

Equals(Object) (Inherited from Object.)
ErrorState
Gets or sets the currently recorded error state.

ExtensionPlugIns
Gets or sets the list of Extension Plugins registered into the current state.

Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
MemberwiseClone()()() (Inherited from Object.)
RegisterPlugIn(IDiscovery)
Registers a discovery plugin.

RegisterPlugIn(IExtension)
Registers an extension plugin.

RequestArguments
Gets or sets the request arguments.

ReturnToUrl
Gets or sets the URL which the User Agent will be returned to.

SessionManager
Gets or sets the Session persistence manager.

ToString()()() (Inherited from Object.)
TrustRoot
Gets or sets the root URL of this web server or domain.

Inheritance Hierarchy
Object
StateContainer

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)