Manages associations with OpenID Providers in a volatile, in-memory
structure. Data is not persisted.
| C# | Visual Basic | Visual C++ |
public sealed class SingularAssociationManager : IAssociationPersistence
Public NotInheritable Class SingularAssociationManager _ Implements IAssociationPersistence
public ref class SingularAssociationManager sealed : IAssociationPersistence
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SingularAssociationManager()()() |
Create a new instance of SingularAssociationManager.
| |
| Add(Association) |
Adds a new association to the associations table.
| |
| Cleanup()()() |
Removes expired associations from the associations table
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| FindByHandle(String) |
Find an association by its handle.
| |
| FindByServer(String) |
Find an association by server name.
| |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| Init()()() |
Initializes the in-memory associations table.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Remove(Association) |
Removes an association from the associations table.
| |
| ToString()()() | (Inherited from Object.) |
Useful for non-ASP.NET applications that will stay executing throughout
the OpenID authentication lifecycle, and that require Stateful authentication.
| Object | |
| SingularAssociationManager | |