Contains all information received about the authenticated user.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class OpenIdUser
<SerializableAttribute> _ Public Class OpenIdUser
[SerializableAttribute] public ref class OpenIdUser
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| OpenIdUser(DiscoveryResult) |
Returns a new OpenIdUser object with a pre-set claimed identity.
| |
| BaseIdentity |
Gets or sets the identifier validated by the Identity Provider.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExtensionData |
Data returned by all loaded Extensions.
| |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| GetValue(String) |
Retrieves extension data.
| |
| GetValue(Object) |
Retrieves extension data
| |
| Identity |
Gets or sets the claimed identifier.
| |
| LastDiscoveryResult |
Get the DiscoveryResult object generated during the last
OpenID discovery.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Retrieve(ClientCore) |
Fill the object with information from received response arguments.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| OpenIdUser | |