Property | Type | Description | |
---|---|---|---|
Contains | bool | ||
Contains | bool | ||
Discover | DotNetOpenAuth.Xrds.XrdsDocument | ||
DiscoverReturnToEndpoints | IEnumerable |
||
ObjectInvariant | void | ||
Realm | System | ||
Realm | System | ||
Realm | System | ||
SafeUriBuilderToString | string |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Checks whether one Realm is equal to another.
|
|
GetHashCode ( ) : int |
Returns the hash code used for storing this object in a hash table.
|
|
Realm ( |
Initializes a new instance of the Realm class.
|
|
ToString ( ) : string |
Returns the string form of this Realm.
|
Method | Description | |
---|---|---|
Contains ( |
Validates a URL against this trust root.
|
|
Contains ( string url ) : bool |
Validates a URL against this trust root.
|
|
Discover ( IDirectWebRequestHandler requestHandler, bool allowRedirects ) : DotNetOpenAuth.Xrds.XrdsDocument |
Searches for an XRDS document at the realm URL.
|
|
DiscoverReturnToEndpoints ( IDirectWebRequestHandler requestHandler, bool allowRedirects ) : IEnumerable |
Searches for an XRDS document at the realm URL, and if found, searches for a description of a relying party endpoints (OpenId login pages).
|
|
ObjectInvariant ( ) : void | ||
Realm ( ) : System |
Initializes static members of the Realm class.
|
|
Realm ( |
Initializes a new instance of the Realm class. This is useful because UriBuilder can construct a host with a wildcard in the Host property, but once there it can't be converted to a Uri. |
|
Realm ( string realmUrl ) : System | ||
SafeUriBuilderToString ( |
Calls UriBuilder.ToString if the argument is non-null. Otherwise throws ArgumentNullException. This simple method is worthwhile because it checks for null before dereferencing the UriBuilder. Since this is called from within a constructor's base(...) call, this avoids a NullReferenceException when we should be throwing an ArgumentNullException. |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public Realm ( |
||
realmUrl | The realm URL of the Relying Party. | |
return | System |