State object passed among static methods that implement OpenID authentication steps.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class StateContainer
<SerializableAttribute> _ Public Class StateContainer
[SerializableAttribute] public ref class StateContainer
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | |
| StateContainer | |