AuthenticationContext Members

The main class representing the token issuing authority for resources.

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

Public Constructors

  Name Description
  AuthenticationContext Overloaded.  

Top

Public Properties

  Name Description
public property OwnerWindow The IWin32Window object that represents the browser dialog pop up for receiving user credentials. It can be null.
public property TokenCacheStore Property to provide storage for ADAL's token cache. By default, TokenCacheStore is set to a Dictionary which makes token cache an in-memory collection of key/value pairs.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AcquireToken Overloaded.  
public method AcquireTokenByAuthorizationCode Overloaded.  
public method AcquireTokenByRefreshToken Overloaded.  
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetProviders Gets list of identity providers from the service metadata endpoint.
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

AuthenticationContext Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace