Method | Description | |
---|---|---|
GetAttributes ( ) : string>.IDictionary |
Gets the attributes returned by the identity provider, or an empty dictionary if the message doesn't expose an attribute exchange alias.
|
|
GetExtensions ( ) : string>.IDictionary |
Gets the extensions and their corresponding alias.
|
|
GetParameter ( [ name ) : string |
Gets the parameter corresponding to the requested name and the default prefix or
|
|
GetParameter ( [ prefix, [ name ) : string |
Gets the parameter corresponding to the requested name and the given prefix or
|
|
OpenIdAuthenticationMessage ( ) : System |
Initializes a new OpenID message.
|
|
OpenIdAuthenticationMessage ( StringValues>.[ |
Initializes a new OpenID message.
|
|
OpenIdAuthenticationMessage ( string>.[ |
Initializes a new OpenID message.
|
|
SetParameter ( [ name, [ value ) : void |
Adds, replaces or removes the parameter corresponding to the requested name and the default prefix.
|
|
SetParameter ( [ prefix, [ name, [ value ) : void |
Adds, replaces or removes the parameter corresponding to the requested name and the given prefix.
|
public GetAttributes ( ) : string>.IDictionary |
||
return | string>.IDictionary |
public GetExtensions ( ) : string>.IDictionary |
||
return | string>.IDictionary |
public GetParameter ( [ name ) : string | ||
name | [ | The parameter to retrieve. |
return | string |
public GetParameter ( [ prefix, [ name ) : string | ||
prefix | [ | The prefix used to discriminate the parameter. |
name | [ | The parameter to retrieve. |
return | string |
public OpenIdAuthenticationMessage ( ) : System | ||
return | System |
public OpenIdAuthenticationMessage ( StringValues>.[ |
||
parameters | StringValues>.[ | The parameters associated with the message. |
return | System |
public OpenIdAuthenticationMessage ( string>.[ |
||
parameters | string>.[ | The parameters associated with the message. |
return | System |
public SetParameter ( [ name, [ value ) : void | ||
name | [ | The parameter to store. |
value | [ | The value associated with the parameter. |
return | void |
public SetParameter ( [ prefix, [ name, [ value ) : void | ||
prefix | [ | The prefix used to discriminate the parameter. |
name | [ | The parameter to store. |
value | [ | The value associated with the parameter. |
return | void |