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