ExtremeSwank OpenID
StateContainer Property
NamespacesExtremeSwank.OpenIdClientCoreStateContainer
Gets the current StateContainer object in use by this OpenIdClient.
Declaration Syntax
C#Visual BasicVisual C++
public StateContainer StateContainer { get; }
Public ReadOnly Property StateContainer As StateContainer
public:
property StateContainer^ StateContainer {
	StateContainer^ get ();
}
Remarks
This should only need to be used by plugins so they can self-register upon intialization.

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