Holds all important data discovered during the discovery process.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class DiscoveryResult
<SerializableAttribute> _ Public Class DiscoveryResult
[SerializableAttribute] public ref class DiscoveryResult
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DiscoveryResult()()() | ||
| AuthVersion |
Gets or sets the authentication protocol version supported
by the OpenID Provider.
| |
| ClaimedId |
Gets or sets the discovered claimed identifier.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetType()()() | (Inherited from Object.) | |
| LocalId |
Gets or sets the discovered Local Identitifier.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Priority |
Gets or sets the priority of the discovery result.
| |
| ServerUrl |
Gets or sets the discovered OpenID Provider URL.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DiscoveryResult | |