AuthenticationParameters Members

Contains authentication parameters based on unauthorized response from resource server.

The following tables list the members exposed by the AuthenticationParameters type.

Public Constructors

  Name Description
  AuthenticationParameters  

Top

Public Properties

  Name Description
public property Authority Address of the authority to issue token.
public property Resource Identifier of the target resource that is the recipient of the requested token.

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic CreateFromResourceUrl Creates authentication parameters from the address of the target resource.
public methodstatic CreateFromResponseAuthenticateHeader Creates authentication parameters from the WWW-Authenticate header in the response received from the resource.
public methodstatic CreateFromUnauthorizedResponse Creates authentication parameters from the response received from the resource.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

AuthenticationParameters Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace