[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / microsoft.identitymodel.clients.activedirectory / 3.14.1 / lib / netcore45 / Microsoft.IdentityModel.Clients.ActiveDirectory.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Microsoft.IdentityModel.Clients.ActiveDirectory</name>
5     </assembly>
6     <members>
7         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException">
8             <summary>
9             The exception type thrown when an error occurs during token acquisition.
10             </summary>
11         </member>
12         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.#ctor">
13             <summary>
14              Initializes a new instance of the exception class.
15             </summary>
16         </member>
17         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.#ctor(System.String)">
18             <summary>
19              Initializes a new instance of the exception class with a specified
20              error code.
21             </summary>
22             <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
23         </member>
24         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.#ctor(System.String,System.String)">
25             <summary>
26              Initializes a new instance of the exception class with a specified
27              error code and error message.
28             </summary>
29             <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
30             <param name="message">The error message that explains the reason for the exception.</param>
31         </member>
32         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.#ctor(System.String,System.Exception)">
33             <summary>
34              Initializes a new instance of the exception class with a specified
35              error code and a reference to the inner exception that is the cause of
36              this exception.
37             </summary>
38             <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
39             <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified. It may especially contain the actual error message returned by the service.</param>
40         </member>
41         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.#ctor(System.String,System.String,System.Exception)">
42             <summary>
43              Initializes a new instance of the exception class with a specified
44              error code, error message and a reference to the inner exception that is the cause of
45              this exception.
46             </summary>
47             <param name="errorCode">The error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
48             <param name="message">The error message that explains the reason for the exception.</param>
49             <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified. It may especially contain the actual error message returned by the service.</param>
50         </member>
51         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.ErrorCode">
52             <summary>
53             Gets the protocol error code returned by the service or generated by client. This is the code you can rely on for exception handling.
54             </summary>
55         </member>
56         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException.ToString">
57             <summary>
58             Creates and returns a string representation of the current exception.
59             </summary>
60             <returns>A string representation of the current exception.</returns>
61         </member>
62         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.IWebProxyProvider.GetDefaultWebProxy">
63             <summary>
64             Get the default <see cref="T:System.Net.IWebProxy"/>.
65             </summary>
66             <returns>Default <see cref="T:System.Net.IWebProxy"/></returns>
67         </member>
68         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalIdParameter.Product">
69             <summary>
70             ADAL Flavor: .NET or WinRT
71             </summary>
72         </member>
73         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalIdParameter.Version">
74             <summary>
75             ADAL assembly version
76             </summary>
77         </member>
78         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalIdParameter.CpuPlatform">
79             <summary>
80             CPU platform with x86, x64 or ARM as value
81             </summary>
82         </member>
83         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalIdParameter.OS">
84             <summary>
85             Version of the operating system. This will not be sent on WinRT
86             </summary>
87         </member>
88         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalIdParameter.DeviceModel">
89             <summary>
90             Device model. This will not be sent on .NET
91             </summary>
92         </member>
93         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalIdHelper">
94             <summary>
95             This class adds additional query parameters or headers to the requests sent to STS. This can help us in
96             collecting statistics and potentially on diagnostics.
97             </summary>
98         </member>
99         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException">
100             <summary>
101             The exception type thrown when user returned by service does not match user in the request.
102             </summary>
103         </member>
104         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException.#ctor(System.String,System.String)">
105             <summary>
106              Initializes a new instance of the exception class with a specified
107              error code and error message.
108             </summary>
109             <param name="errorCode">The protocol error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
110             <param name="message">The error message that explains the reason for the exception.</param>
111         </member>
112         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException.#ctor(System.String,System.Exception)">
113             <summary>
114              Initializes a new instance of the exception class with a specified
115              error code and a reference to the inner exception that is the cause of
116              this exception.
117             </summary>
118             <param name="errorCode">The protocol error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
119             <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified. It may especially contain the actual error message returned by the service.</param>
120         </member>
121         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException.#ctor(System.String,System.String,System.String[],System.Exception)">
122             <summary>
123              Initializes a new instance of the exception class with a specified
124              error code, error message and a reference to the inner exception that is the cause of
125              this exception.
126             </summary>
127             <param name="errorCode">The protocol error code returned by the service or generated by client. This is the code you can rely on for exception handling.</param>
128             <param name="message">The error message that explains the reason for the exception.</param>
129             <param name="serviceErrorCodes">The specific error codes that may be returned by the service.</param>
130             <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified. It may especially contain the actual error message returned by the service.</param>
131         </member>
132         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException.StatusCode">
133             <summary>
134             Gets the status code returned from http layer. This status code is either the HttpStatusCode in the inner HttpRequestException response or
135             NavigateError Event Status Code in browser based flow (See http://msdn.microsoft.com/en-us/library/bb268233(v=vs.85).aspx).
136             You can use this code for purposes such as implementing retry logic or error investigation.
137             </summary>
138         </member>
139         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException.ServiceErrorCodes">
140             <summary>
141             Gets the specific error codes that may be returned by the service.
142             </summary>
143         </member>
144         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalServiceException.ToString">
145             <summary>
146             Creates and returns a string representation of the current exception.
147             </summary>
148             <returns>A string representation of the current exception.</returns>
149         </member>
150         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalSilentTokenAcquisitionException">
151             <summary>
152             The exception type thrown when a token cannot be acquired silently.
153             </summary>
154         </member>
155         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalSilentTokenAcquisitionException.#ctor">
156             <summary>
157              Initializes a new instance of the exception class.
158             </summary>
159         </member>
160         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalSilentTokenAcquisitionException.#ctor(System.Exception)">
161             <summary>
162             
163             </summary>
164             <param name="innerException"></param>
165         </member>
166         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalUserMismatchException">
167             <summary>
168             The exception type thrown when user returned by service does not match user in the request.
169             </summary>
170         </member>
171         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalUserMismatchException.#ctor(System.String,System.String)">
172             <summary>
173              Initializes a new instance of the exception class.
174             </summary>
175         </member>
176         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalUserMismatchException.RequestedUser">
177             <summary>
178             Gets the user requested from service.
179             </summary>
180         </member>
181         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalUserMismatchException.ReturnedUser">
182             <summary>
183             Gets the user returned by service.
184             </summary>
185         </member>
186         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalUserMismatchException.ToString">
187             <summary>
188             Creates and returns a string representation of the current exception.
189             </summary>
190             <returns>A string representation of the current exception.</returns>
191         </member>
192         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext">
193             <summary>
194             The AuthenticationContext class retrieves authentication tokens from Azure Active Directory and ADFS services.
195             </summary>
196         </member>
197         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String)">
198             <summary>
199             Constructor to create the context with the address of the authority.
200             Using this constructor will turn ON validation of the authority URL by default if validation is supported for the authority address.
201             </summary>
202             <param name="authority">Address of the authority to issue token.</param>
203         </member>
204         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String,System.Boolean)">
205             <summary>
206             Constructor to create the context with the address of the authority and flag to turn address validation off.
207             Using this constructor, address validation can be turned off. Make sure you are aware of the security implication of not validating the address.
208             </summary>
209             <param name="authority">Address of the authority to issue token.</param>
210             <param name="validateAuthority">Flag to turn address validation ON or OFF.</param>
211         </member>
212         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
213             <summary>
214             Constructor to create the context with the address of the authority.
215             Using this constructor will turn ON validation of the authority URL by default if validation is supported for the authority address.
216             </summary>
217             <param name="authority">Address of the authority to issue token.</param>
218             <param name="tokenCache">Token cache used to lookup cached tokens on calls to AcquireToken</param>
219         </member>
220         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.#ctor(System.String,System.Boolean,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
221             <summary>
222             Constructor to create the context with the address of the authority and flag to turn address validation off.
223             Using this constructor, address validation can be turned off. Make sure you are aware of the security implication of not validating the address.
224             </summary>
225             <param name="authority">Address of the authority to issue token.</param>
226             <param name="validateAuthority">Flag to turn address validation ON or OFF.</param>
227             <param name="tokenCache">Token cache used to lookup cached tokens on calls to AcquireToken</param>
228         </member>
229         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.ExtendedLifeTimeEnabled">
230             <summary>
231             Used to set the flag for AAD extended lifetime
232             </summary>
233         </member>
234         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.Authority">
235             <summary>
236             Gets address of the authority to issue token.
237             </summary>
238         </member>
239         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.ValidateAuthority">
240             <summary>
241             Gets a value indicating whether address validation is ON or OFF.
242             </summary>
243         </member>
244         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.TokenCache">
245             <summary>
246             Property to provide ADAL's token cache. Depending on the platform, TokenCache may have a default persistent cache or not.
247             Library will automatically save tokens in default TokenCache whenever you obtain them. Cached tokens will be available only to the application that saved them.
248             If the cache is persistent, the tokens stored in it will outlive the application's execution, and will be available in subsequent runs.
249             To turn OFF token caching, set TokenCache to null.
250             </summary>
251         </member>
252         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.CorrelationId">
253             <summary>
254             Gets or sets correlation Id which would be sent to the service with the next request.
255             Correlation Id is to be used for diagnostics purposes.
256             </summary>
257         </member>
258         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireDeviceCodeAsync(System.String,System.String)">
259             <summary>
260             Acquires device code from the authority.
261             </summary>
262             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
263             <param name="clientId">Identifier of the client requesting the token.</param>
264             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
265         </member>
266         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireDeviceCodeAsync(System.String,System.String,System.String)">
267             <summary>
268             Acquires device code from the authority.
269             </summary>
270             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
271             <param name="clientId">Identifier of the client requesting the token.</param>
272             <param name="extraQueryParameters">This parameter will be appended as is to the query string in the HTTP authentication request to the authority. The parameter can be null.</param>
273             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
274         </member>
275         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByDeviceCodeAsync(Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult)">
276             <summary>
277             Acquires security token from the authority using an device code previously received.
278             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
279             </summary>
280             <param name="deviceCodeResult">The device code result received from calling AcquireDeviceCodeAsync.</param>
281             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
282         </member>
283         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion)">
284             <summary>
285             Acquires security token from the authority.
286             </summary>
287             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
288             <param name="clientId">Identifier of the client requesting the token.</param>
289             <param name="userAssertion">The assertion to use for token acquisition.</param>
290             <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns>
291         </member>
292         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)">
293             <summary>
294             Acquires security token from the authority.
295             </summary>
296             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
297             <param name="clientCredential">The client credential to use for token acquisition.</param>
298             <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns>
299         </member>
300         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate)">
301             <summary>
302             Acquires security token from the authority.
303             </summary>
304             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
305             <param name="clientCertificate">The client certificate to use for token acquisition.</param>
306             <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns>
307         </member>
308         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion)">
309             <summary>
310             Acquires security token from the authority.
311             </summary>
312             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
313             <param name="clientAssertion">The client assertion to use for token acquisition.</param>
314             <returns>It contains Access Token and the Access Token's expiration time. Refresh Token property will be null for this overload.</returns>
315         </member>
316         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)">
317             <summary>
318             Acquires security token from the authority using authorization code previously received.
319             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
320             </summary>
321             <param name="authorizationCode">The authorization code received from service authorization endpoint.</param>
322             <param name="redirectUri">Address to return to upon receiving a response from the authority.</param>
323             <param name="clientCredential">The credential to use for token acquisition.</param>
324             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
325         </member>
326         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,System.String)">
327             <summary>
328             Acquires security token from the authority using an authorization code previously received.
329             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
330             </summary>
331             <param name="authorizationCode">The authorization code received from service authorization endpoint.</param>
332             <param name="redirectUri">Address to return to upon receiving a response from the authority.</param>
333             <param name="clientCredential">The credential to use for token acquisition.</param>
334             <param name="resource">Identifier of the target resource that is the recipient of the requested token. It can be null if provided earlier to acquire authorizationCode.</param>
335             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
336         </member>
337         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion)">
338             <summary>
339             Acquires security token from the authority using an authorization code previously received.
340             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
341             </summary>
342             <param name="authorizationCode">The authorization code received from service authorization endpoint.</param>
343             <param name="redirectUri">The redirect address used for obtaining authorization code.</param>
344             <param name="clientAssertion">The client assertion to use for token acquisition.</param>
345             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
346         </member>
347         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion,System.String)">
348             <summary>
349             Acquires security token from the authority using an authorization code previously received.
350             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
351             </summary>
352             <param name="authorizationCode">The authorization code received from service authorization endpoint.</param>
353             <param name="redirectUri">The redirect address used for obtaining authorization code.</param>
354             <param name="clientAssertion">The client assertion to use for token acquisition.</param>
355             <param name="resource">Identifier of the target resource that is the recipient of the requested token. It can be null if provided earlier to acquire authorizationCode.</param>
356             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
357         </member>
358         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate)">
359             <summary>
360             Acquires security token from the authority using an authorization code previously received.
361             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
362             </summary>
363             <param name="authorizationCode">The authorization code received from service authorization endpoint.</param>
364             <param name="redirectUri">The redirect address used for obtaining authorization code.</param>
365             <param name="clientCertificate">The client certificate to use for token acquisition.</param>
366             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
367         </member>
368         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenByAuthorizationCodeAsync(System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate,System.String)">
369             <summary>
370             Acquires security token from the authority using an authorization code previously received.
371             This method does not lookup token cache, but stores the result in it, so it can be looked up using other methods such as <see cref="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)"/>.
372             </summary>
373             <param name="authorizationCode">The authorization code received from service authorization endpoint.</param>
374             <param name="redirectUri">The redirect address used for obtaining authorization code.</param>
375             <param name="clientCertificate">The client certificate to use for token acquisition.</param>
376             <param name="resource">Identifier of the target resource that is the recipient of the requested token. It can be null if provided earlier to acquire authorizationCode.</param>
377             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
378         </member>
379         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion)">
380             <summary>
381             Acquires an access token from the authority on behalf of a user. It requires using a user token previously received.
382             </summary>
383             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
384             <param name="clientCredential">The client credential to use for token acquisition.</param>
385             <param name="userAssertion">The user assertion (token) to use for token acquisition.</param>
386             <returns>It contains Access Token and the Access Token's expiration time.</returns>
387         </member>
388         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate,Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion)">
389             <summary>
390             Acquires an access token from the authority on behalf of a user. It requires using a user token previously received.
391             </summary>
392             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
393             <param name="clientCertificate">The client certificate to use for token acquisition.</param>
394             <param name="userAssertion">The user assertion (token) to use for token acquisition.</param>
395             <returns>It contains Access Token and the Access Token's expiration time.</returns>
396         </member>
397         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion,Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion)">
398             <summary>
399             Acquires an access token from the authority on behalf of a user. It requires using a user token previously received.
400             </summary>
401             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
402             <param name="clientAssertion">The client assertion to use for token acquisition.</param>
403             <param name="userAssertion">The user assertion (token) to use for token acquisition.</param>
404             <returns>It contains Access Token and the Access Token's expiration time.</returns>
405         </member>
406         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String)">
407             <summary>
408             Acquires security token without asking for user credential.
409             </summary>
410             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
411             <param name="clientId">Identifier of the client requesting the token.</param>
412             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time. If acquiring token without user credential is not possible, the method throws AdalException.</returns>
413         </member>
414         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)">
415             <summary>
416             Acquires security token without asking for user credential.
417             </summary>
418             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
419             <param name="clientId">Identifier of the client requesting the token.</param>
420             <param name="userId">Identifier of the user token is requested for. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
421             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time. If acquiring token without user credential is not possible, the method throws AdalException.</returns>
422         </member>
423         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier,Microsoft.IdentityModel.Clients.ActiveDirectory.IPlatformParameters)">
424             <summary>
425             Acquires security token without asking for user credential.
426             </summary>
427             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
428             <param name="clientId">Identifier of the client requesting the token.</param>
429             <param name="userId">Identifier of the user token is requested for. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
430             <param name="parameters">Instance of PlatformParameters containing platform specific arguments and information.</param>
431             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time. If acquiring token without user credential is not possible, the method throws AdalException.</returns>
432         </member>
433         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)">
434             <summary>
435             Acquires security token without asking for user credential.
436             </summary>
437             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
438             <param name="clientCredential">The client credential to use for token acquisition.</param>
439             <param name="userId">Identifier of the user token is requested for. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
440             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time. If acquiring token without user credential is not possible, the method throws AdalException.</returns>
441         </member>
442         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)">
443             <summary>
444             Acquires security token without asking for user credential.
445             </summary>
446             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
447             <param name="clientCertificate">The client certificate to use for token acquisition.</param>
448             <param name="userId">Identifier of the user token is requested for. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
449             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time. If acquiring token without user credential is not possible, the method throws AdalException.</returns>
450         </member>
451         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)">
452             <summary>
453             Acquires security token without asking for user credential.
454             </summary>
455             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
456             <param name="clientAssertion">The client assertion to use for token acquisition.</param>
457             <param name="userId">Identifier of the user token is requested for. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
458             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time. If acquiring token without user credential is not possible, the method throws AdalException.</returns>
459         </member>
460         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.GetAuthorizationRequestUrlAsync(System.String,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier,System.String)">
461             <summary>
462             Gets URL of the authorize endpoint including the query parameters.
463             </summary>
464             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
465             <param name="clientId">Identifier of the client requesting the token.</param>
466             <param name="redirectUri">Address to return to upon receiving a response from the authority.</param>
467             <param name="userId">Identifier of the user token is requested for. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
468             <param name="extraQueryParameters">This parameter will be appended as is to the query string in the HTTP authentication request to the authority. The parameter can be null.</param>
469             <returns>URL of the authorize endpoint including the query parameters.</returns>
470         </member>
471         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.IPlatformParameters)">
472             <summary>
473             Acquires security token from the authority.
474             </summary>
475             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
476             <param name="clientId">Identifier of the client requesting the token.</param>
477             <param name="redirectUri">Address to return to upon receiving a response from the authority.</param>
478             <param name="parameters">An object of type PlatformParameters which may pass additional parameters used for authorization.</param>
479             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
480         </member>
481         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.IPlatformParameters,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)">
482             <summary>
483             Acquires security token from the authority.
484             </summary>
485             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
486             <param name="clientId">Identifier of the client requesting the token.</param>
487             <param name="redirectUri">Address to return to upon receiving a response from the authority.</param>
488             <param name="parameters">An object of type PlatformParameters which may pass additional parameters used for authorization.</param>
489             <param name="userId">Identifier of the user token is requested for. If created from DisplayableId, this parameter will be used to pre-populate the username field in the authentication form. Please note that the end user can still edit the username field and authenticate as a different user.
490             If you want to be notified of such change with an exception, create UserIdentifier with type RequiredDisplayableId. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
491             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
492         </member>
493         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(System.String,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.IPlatformParameters,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier,System.String)">
494             <summary>
495             Acquires security token from the authority.
496             </summary>
497             <param name="resource">Identifier of the target resource that is the recipient of the requested token.</param>
498             <param name="clientId">Identifier of the client requesting the token.</param>
499             <param name="redirectUri">Address to return to upon receiving a response from the authority.</param>
500             <param name="userId">Identifier of the user token is requested for. If created from DisplayableId, this parameter will be used to pre-populate the username field in the authentication form. Please note that the end user can still edit the username field and authenticate as a different user.
501             If you want to be notified of such change with an exception, create UserIdentifier with type RequiredDisplayableId. This parameter can be <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.Any.</param>
502             <param name="parameters">Parameters needed for interactive flow requesting authorization code. Pass an instance of PlatformParameters.</param>
503             <param name="extraQueryParameters">This parameter will be appended as is to the query string in the HTTP authentication request to the authority. The parameter can be null.</param>
504             <returns>It contains Access Token, Refresh Token and the Access Token's expiration time.</returns>
505         </member>
506         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters">
507             <summary>
508             Contains authentication parameters based on unauthorized response from resource server.
509             </summary>
510         </member>
511         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.Authority">
512             <summary>
513             Gets or sets the address of the authority to issue token.
514             </summary>
515         </member>
516         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.Resource">
517             <summary>
518             Gets or sets the identifier of the target resource that is the recipient of the requested token.
519             </summary>
520         </member>
521         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.CreateFromResourceUrlAsync(System.Uri)">
522             <summary>
523             Creates authentication parameters from address of the resource. This method expects the resource server to return unauthorized response
524             with WWW-Authenticate header containing authentication parameters.
525             </summary>
526             <param name="resourceUrl">Address of the resource</param>
527             <returns>AuthenticationParameters object containing authentication parameters</returns>
528         </member>
529         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.CreateFromUnauthorizedResponseAsync(System.Net.Http.HttpResponseMessage)">
530             <summary>
531             Creates authentication parameters from the response received from the response received from the resource. This method expects the response to have unauthorized status and
532             WWW-Authenticate header containing authentication parameters.</summary>
533             <param name="responseMessage">Response received from the resource (e.g. via an http call using HttpClient).</param>
534             <returns>AuthenticationParameters object containing authentication parameters</returns>
535         </member>
536         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationParameters.CreateFromResponseAuthenticateHeader(System.String)">
537             <summary>
538             Creates authentication parameters from the WWW-Authenticate header in response received from resource. This method expects the header to contain authentication parameters.
539             </summary>
540             <param name="authenticateHeader">Content of header WWW-Authenticate header</param>
541             <returns>AuthenticationParameters object containing authentication parameters</returns>
542         </member>
543         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult">
544             <summary>
545             Contains the results of one token acquisition operation. 
546             </summary>
547         </member>
548         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.#ctor(System.String,System.String,System.DateTimeOffset)">
549             <summary>
550             Creates result returned from AcquireToken. Except in advanced scenarios related to token caching, you do not need to create any instance of AuthenticationResult.
551             </summary>
552             <param name="accessTokenType">Type of the Access Token returned</param>
553             <param name="accessToken">The Access Token requested</param>
554             <param name="expiresOn">The point in time in which the Access Token returned in the AccessToken property ceases to be valid</param>
555         </member>
556         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.#ctor(System.String,System.String,System.DateTimeOffset,System.DateTimeOffset)">
557             <summary>
558             Creates result returned from AcquireToken. Except in advanced scenarios related to token caching, you do not need to create any instance of AuthenticationResult.
559             </summary>
560             <param name="accessTokenType">Type of the Access Token returned</param>
561             <param name="accessToken">The Access Token requested</param>
562             <param name="expiresOn">The point in time in which the Access Token returned in the AccessToken property ceases to be valid</param>
563             <param name="extendedExpiresOn">The point in time in which the Access Token returned in the AccessToken property ceases to be valid</param>
564         </member>
565         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.AccessTokenType">
566             <summary>
567             Gets the type of the Access Token returned. 
568             </summary>
569         </member>
570         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.AccessToken">
571             <summary>
572             Gets the Access Token requested.
573             </summary>
574         </member>
575         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.ExpiresOn">
576             <summary>
577             Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid.
578             This value is calculated based on current UTC time measured locally and the value expiresIn received from the service.
579             </summary>
580         </member>
581         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.ExtendedExpiresOn">
582             <summary>
583             Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid in ADAL's extended LifeTime.
584             This value is calculated based on current UTC time measured locally and the value ext_expiresIn received from the service.
585             </summary>
586         </member>
587         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.ExtendedLifeTimeToken">
588             <summary>
589             Gives information to the developer whether token returned is during normal or extended lifetime.
590             </summary>
591         </member>
592         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.TenantId">
593             <summary>
594             Gets an identifier for the tenant the token was acquired from. This property will be null if tenant information is not returned by the service.
595             </summary>
596         </member>
597         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.UserInfo">
598             <summary>
599             Gets user information including user Id. Some elements in UserInfo might be null if not returned by the service.
600             </summary>
601         </member>
602         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.IdToken">
603             <summary>
604             Gets the entire Id Token if returned by the service or null if no Id Token is returned.
605             </summary>
606         </member>
607         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult.CreateAuthorizationHeader">
608             <summary>
609             Creates authorization header from authentication result.
610             </summary>
611             <returns>Created authorization header</returns>
612         </member>
613         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ISecureClientSecret">
614             <summary>
615             Interface to allow for client secret to be passed in as a SecureString
616             </summary>
617         </member>
618         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ISecureClientSecret.ApplyTo(System.Collections.Generic.IDictionary{System.String,System.String})">
619             <summary>
620             Writes SecureString to the dictionary.
621             </summary>
622             <param name="parameters"></param>
623         </member>
624         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion">
625             <summary>
626             Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
627             </summary>
628         </member>
629         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion.#ctor(System.String,System.String)">
630             <summary>
631             Constructor to create credential with a jwt token encoded as a base64 url encoded string.
632             </summary>
633             <param name="clientId">Identifier of the client requesting the token.</param>
634             <param name="assertion">The jwt used as credential.</param>
635         </member>
636         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion.ClientId">
637             <summary>
638             Gets the identifier of the client requesting the token.
639             </summary>
640         </member>
641         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion.Assertion">
642             <summary>
643             Gets the assertion.
644             </summary>
645         </member>
646         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertion.AssertionType">
647             <summary>
648             Gets the assertion type.
649             </summary>
650         </member>
651         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential">
652             <summary>
653             Credential including client id and secret.
654             </summary>
655         </member>
656         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.#ctor(System.String,System.String)">
657             <summary>
658             Constructor to create credential with client id and secret
659             </summary>
660             <param name="clientId">Identifier of the client requesting the token.</param>
661             <param name="clientSecret">Secret of the client requesting the token.</param>
662         </member>
663         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.#ctor(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ISecureClientSecret)">
664             <summary>
665             Constructor to create credential with client id and secret
666             </summary>
667             <param name="clientId">Identifier of the client requesting the token.</param>
668             <param name="secureClientSecret">Secure secret of the client requesting the token.</param>
669         </member>
670         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential.ClientId">
671             <summary>
672             Gets the identifier of the client requesting the token.
673             </summary>
674         </member>
675         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError">
676             <summary>
677             Error code returned as a property in AdalException
678             </summary>
679         </member>
680         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.Unknown">
681             <summary>
682             Unknown error.
683             </summary>
684         </member>
685         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.NonHttpsRedirectNotSupported">
686             <summary>
687             Non https redirect failed
688             </summary>
689         </member>
690         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.InvalidArgument">
691             <summary>
692             Invalid argument.
693             </summary>
694         </member>
695         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AuthenticationFailed">
696             <summary>
697             Authentication failed.
698             </summary>
699         </member>
700         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AuthenticationCanceled">
701             <summary>
702             Authentication canceled.
703             </summary>
704         </member>
705         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.UnauthorizedResponseExpected">
706             <summary>
707             Unauthorized response expected from resource server.
708             </summary>
709         </member>
710         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AuthorityNotInValidList">
711             <summary>
712             'authority' is not in the list of valid addresses.
713             </summary>
714         </member>
715         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AuthorityValidationFailed">
716             <summary>
717             Authority validation failed.
718             </summary>
719         </member>
720         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AssemblyLoadFailed">
721             <summary>
722             Loading required assembly failed.
723             </summary>
724         </member>
725         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AssemblyNotFound">
726             <summary>
727             Assembly not found.
728             </summary>
729         </member>
730         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.InvalidOwnerWindowType">
731             <summary>
732             Invalid owner window type.
733             </summary>
734         </member>
735         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.MultipleTokensMatched">
736             <summary>
737             MultipleTokensMatched were matched.
738             </summary>
739         </member>
740         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.InvalidAuthorityType">
741             <summary>
742             Invalid authority type.
743             </summary>
744         </member>
745         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.InvalidCredentialType">
746             <summary>
747             Invalid credential type.
748             </summary>
749         </member>
750         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.InvalidServiceUrl">
751             <summary>
752             Invalid service URL.
753             </summary>
754         </member>
755         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.FailedToAcquireTokenSilently">
756             <summary>
757             failed_to_acquire_token_silently.
758             </summary>
759         </member>
760         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.CertificateKeySizeTooSmall">
761             <summary>
762             Certificate key size too small.
763             </summary>
764         </member>
765         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.IdentityProtocolLoginUrlNull">
766             <summary>
767             Identity protocol login URL Null.
768             </summary>
769         </member>
770         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.IdentityProtocolMismatch">
771             <summary>
772             Identity protocol mismatch.
773             </summary>
774         </member>
775         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.EmailAddressSuffixMismatch">
776             <summary>
777             Email address suffix mismatch.
778             </summary>
779         </member>
780         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.IdentityProviderRequestFailed">
781             <summary>
782             Identity provider request failed.
783             </summary>
784         </member>
785         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.StsTokenRequestFailed">
786             <summary>
787             STS token request failed.
788             </summary>
789         </member>
790         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.EncodedTokenTooLong">
791             <summary>
792             Encoded token too long.
793             </summary>
794         </member>
795         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.ServiceUnavailable">
796             <summary>
797             Service unavailable.
798             </summary>
799         </member>
800         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.ServiceReturnedError">
801             <summary>
802             Service returned error.
803             </summary>
804         </member>
805         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.FederatedServiceReturnedError">
806             <summary>
807             Federated service returned error.
808             </summary>
809         </member>
810         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.StsMetadataRequestFailed">
811             <summary>
812             STS metadata request failed.
813             </summary>
814         </member>
815         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.NoDataFromSts">
816             <summary>
817             No data from STS.
818             </summary>
819         </member>
820         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.UserMismatch">
821             <summary>
822             User Mismatch.
823             </summary>
824         </member>
825         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.UnknownUserType">
826             <summary>
827             Unknown User Type.
828             </summary>
829         </member>
830         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.UnknownUser">
831             <summary>
832             Unknown User.
833             </summary>
834         </member>
835         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.UserRealmDiscoveryFailed">
836             <summary>
837             User Realm Discovery Failed.
838             </summary>
839         </member>
840         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AccessingWsMetadataExchangeFailed">
841             <summary>
842             Accessing WS Metadata Exchange Failed.
843             </summary>
844         </member>
845         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.ParsingWsMetadataExchangeFailed">
846             <summary>
847             Parsing WS Metadata Exchange Failed.
848             </summary>
849         </member>
850         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.WsTrustEndpointNotFoundInMetadataDocument">
851             <summary>
852             WS-Trust Endpoint Not Found in Metadata Document.
853             </summary>
854         </member>
855         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.ParsingWsTrustResponseFailed">
856             <summary>
857             Parsing WS-Trust Response Failed.
858             </summary>
859         </member>
860         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.NetworkNotAvailable">
861             <summary>
862             The request could not be preformed because the network is down.
863             </summary>
864         </member>
865         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.AuthenticationUiFailed">
866             <summary>
867             The request could not be preformed because of an unknown failure in the UI flow.
868             </summary>
869         </member>
870         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.UserInteractionRequired">
871             <summary>
872             One of two conditions was encountered.
873             1. The PromptBehavior.Never flag was passed and but the constraint could not be honored 
874                because user interaction was required.
875             2. An error occurred during a silent web authentication that prevented the authentication
876                flow from completing in a short enough time frame.
877             </summary>
878         </member>
879         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.PasswordRequiredForManagedUserError">
880             <summary>
881             Password is required for managed user.
882             </summary>
883         </member>
884         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.GetUserNameFailed">
885             <summary>
886             Failed to get user name.
887             </summary>
888         </member>
889         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.MissingFederationMetadataUrl">
890             <summary>
891             Federation Metadata Url is missing for federated user.
892             </summary>
893         </member>
894         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.FailedToRefreshToken">
895             <summary>
896             Failed to refresh token.
897             </summary>
898         </member>
899         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.IntegratedAuthFailed">
900             <summary>
901             Integrated authentication failed. You may try an alternative authentication method.
902             </summary>
903         </member>
904         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.DuplicateQueryParameter">
905             <summary>
906             Duplicate query parameter in extraQueryParameters
907             </summary>
908         </member>
909         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.BrokerReponseHashMismatch">
910             <summary>
911             Broker response hash did not match
912             </summary>
913         </member>
914         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalError.DeviceCertificateNotFound">
915             <summary>
916             Device certificate not found.
917             </summary>
918         </member>
919         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AdalErrorMessage">
920             <summary>
921             The active directory authentication error message.
922             </summary>
923         </member>
924         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult">
925             <summary>
926             This class represents the response from the service when requesting device code.
927             </summary>
928         </member>
929         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.UserCode">
930             <summary>
931             User code returned by the service
932             </summary>
933         </member>
934         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.DeviceCode">
935             <summary>
936             Device code returned by the service
937             </summary>
938         </member>
939         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.VerificationUrl">
940             <summary>
941             Verification URL where the user must navigate to authenticate using the device code and credentials.
942             </summary>
943         </member>
944         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.ExpiresOn">
945             <summary>
946             Time when the device code will expire.
947             </summary>
948         </member>
949         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.Interval">
950             <summary>
951             Polling interval time to check for completion of authentication flow.
952             </summary>
953         </member>
954         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.Message">
955             <summary>
956             User friendly text response that can be used for display purpose.
957             </summary>
958         </member>
959         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.ClientId">
960             <summary>
961             Identifier of the client requesting device code.
962             </summary>
963         </member>
964         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.DeviceCodeResult.Resource">
965             <summary>
966             Identifier of the target resource that would be the recipient of the token.
967             </summary>
968         </member>
969         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.LogLevel">
970             <summary>
971             ADAL Log Levels
972             </summary>
973         </member>
974         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.LogLevel.Information">
975             <summary>
976             Information log level
977             </summary>
978         </member>
979         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.LogLevel.Verbose">
980             <summary>
981             Verbose log level
982             </summary>
983         </member>
984         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.LogLevel.Warning">
985             <summary>
986             Warning log level
987             </summary>
988         </member>
989         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.LogLevel.Error">
990             <summary>
991             Error log level
992             </summary>
993         </member>
994         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.IAdalLogCallback">
995             <summary>
996             Callback for capturing ADAL logs to custom logging schemes.
997             </summary>
998         </member>
999         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.IAdalLogCallback.Log(Microsoft.IdentityModel.Clients.ActiveDirectory.LogLevel,System.String)">
1000             <summary>
1001             Callback method to implement for custom logging
1002             </summary>
1003             <param name="level">Log level</param>
1004             <param name="message">message to be logged</param>
1005         </member>
1006         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.LoggerCallbackHandler">
1007             <summary>
1008             This class is responsible for managing the callback state and its execution.
1009             </summary>
1010         </member>
1011         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.LoggerCallbackHandler.UseDefaultLogging">
1012             <summary>
1013             Flag to control whether default logging should be performed in addition to calling
1014             the <see cref="P:Microsoft.IdentityModel.Clients.ActiveDirectory.LoggerCallbackHandler.Callback"/> handler (if any)
1015             </summary>
1016         </member>
1017         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.LoggerCallbackHandler.Callback">
1018             <summary>
1019             Callback implementation
1020             </summary>
1021         </member>
1022         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate">
1023             <summary>
1024             Interface for implementing certificate based operations
1025             </summary>
1026         </member>
1027         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate.Sign(System.String)">
1028             <summary>
1029             Signs a message using the private key in the certificate
1030             </summary>
1031             <param name="message">Message that needs to be signed</param>
1032             <returns>Signed message as a byte array</returns>
1033         </member>
1034         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate.ClientId">
1035             <summary>
1036             Gets the identifier of the client requesting the token.
1037             </summary>
1038         </member>
1039         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.IClientAssertionCertificate.Thumbprint">
1040             <summary>
1041             Thumbprint of the Certificate
1042             </summary>
1043         </member>
1044         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.IPlatformParameters">
1045             <summary>
1046             Empty interface implemented in each supported platform.
1047             </summary>
1048         </member>
1049         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResultEx.RefreshToken">
1050             <summary>
1051             Gets the Refresh Token associated with the requested Access Token. Note: not all operations will return a Refresh Token.
1052             </summary>
1053         </member>
1054         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResultEx.IsMultipleResourceRefreshToken">
1055             <summary>
1056             Gets a value indicating whether the refresh token can be used for requesting access token for other resources.
1057             </summary>
1058         </member>
1059         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResultEx.Deserialize(System.String)">
1060             <summary>
1061             Serializes the object to a JSON string
1062             </summary>
1063             <returns>Deserialized authentication result</returns>
1064         </member>
1065         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResultEx.Serialize">
1066             <summary>
1067             Serializes the object to a JSON string
1068             </summary>
1069             <returns>Serialized authentication result</returns>
1070         </member>
1071         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.EncodingHelper">
1072             <summary>
1073             The encoding helper.
1074             </summary>
1075         </member>
1076         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache">
1077             <summary>
1078             Token cache class used by <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext"/> to store access and refresh tokens.
1079             </summary>
1080         </member>
1081         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.TokenCacheNotification">
1082             <summary>
1083             Notification for certain token cache interactions during token acquisition.
1084             </summary>
1085             <param name="args">Arguments related to the cache item impacted</param>
1086         </member>
1087         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.#ctor">
1088             <summary>
1089             Default constructor.
1090             </summary>
1091         </member>
1092         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.#ctor(System.Byte[])">
1093             <summary>
1094             Constructor receiving state of the cache
1095             </summary>        
1096         </member>
1097         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.DefaultShared">
1098             <summary>
1099             Static token cache shared by all instances of AuthenticationContext which do not explicitly pass a cache instance during construction.
1100             </summary>
1101         </member>
1102         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.BeforeAccess">
1103             <summary>
1104             Notification method called before any library method accesses the cache.
1105             </summary>
1106         </member>
1107         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.BeforeWrite">
1108             <summary>
1109             Notification method called before any library method writes to the cache. This notification can be used to reload
1110             the cache state from a row in database and lock that row. That database row can then be unlocked in <see cref="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.AfterAccess"/> notification.
1111             </summary>
1112         </member>
1113         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.AfterAccess">
1114             <summary>
1115             Notification method called after any library method accesses the cache.
1116             </summary>
1117         </member>
1118         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.HasStateChanged">
1119             <summary>
1120             Gets or sets the flag indicating whether cache state has changed. ADAL methods set this flag after any change. Caller application should reset 
1121             the flag after serializing and persisting the state of the cache.
1122             </summary>
1123         </member>
1124         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.Count">
1125             <summary>
1126             Gets the nunmber of items in the cache.
1127             </summary>
1128         </member>
1129         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.Serialize">
1130             <summary>
1131             Serializes current state of the cache as a blob. Caller application can persist the blob and update the state of the cache later by 
1132             passing that blob back in constructor or by calling method Deserialize.
1133             </summary>
1134             <returns>Current state of the cache as a blob</returns>
1135         </member>
1136         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.Deserialize(System.Byte[])">
1137             <summary>
1138             Deserializes state of the cache. The state should be the blob received earlier by calling the method Serialize.
1139             </summary>
1140             <param name="state">State of the cache as a blob</param>
1141         </member>
1142         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.ReadItems">
1143             <summary>
1144             Reads a copy of the list of all items in the cache. 
1145             </summary>
1146             <returns>The items in the cache</returns>
1147         </member>
1148         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.DeleteItem(Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem)">
1149             <summary>
1150             Deletes an item from the cache.
1151             </summary>
1152             <param name="item">The item to delete from the cache</param>
1153         </member>
1154         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.Clear">
1155             <summary>
1156             Clears the cache by deleting all the items. Note that if the cache is the default shared cache, clearing it would
1157             impact all the instances of <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext"/> which share that cache.
1158             </summary>
1159         </member>
1160         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache.QueryCache(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenSubjectType,System.String,System.String,System.String)">
1161             <summary>
1162             Queries all values in the cache that meet the passed in values, plus the 
1163             authority value that this AuthorizationContext was created with.  In every case passing
1164             null results in a wildcard evaluation.
1165             </summary>
1166         </member>
1167         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem">
1168             <summary>
1169             Token cache item
1170             </summary>
1171         </member>
1172         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)">
1173             <summary>
1174             Default constructor.
1175             </summary>
1176         </member>
1177         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.Authority">
1178             <summary>
1179             Gets the Authority.
1180             </summary>
1181         </member>
1182         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.ClientId">
1183             <summary>
1184             Gets the ClientId.
1185             </summary>
1186         </member>
1187         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.ExpiresOn">
1188             <summary>
1189             Gets the Expiration.
1190             </summary>
1191         </member>
1192         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.FamilyName">
1193             <summary>
1194             Gets the FamilyName.
1195             </summary>
1196         </member>
1197         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.GivenName">
1198             <summary>
1199             Gets the GivenName.
1200             </summary>
1201         </member>
1202         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.IdentityProvider">
1203             <summary>
1204             Gets the IdentityProviderName.
1205             </summary>
1206         </member>
1207         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.Resource">
1208             <summary>
1209             Gets the Resource.
1210             </summary>
1211         </member>
1212         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.TenantId">
1213             <summary>
1214             Gets the TenantId.
1215             </summary>
1216         </member>
1217         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.UniqueId">
1218             <summary>
1219             Gets the user's unique Id.
1220             </summary>
1221         </member>
1222         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.DisplayableId">
1223             <summary>
1224             Gets the user's displayable Id.
1225             </summary>
1226         </member>
1227         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.AccessToken">
1228             <summary>
1229             Gets the Access Token requested.
1230             </summary>
1231         </member>
1232         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheItem.IdToken">
1233             <summary>
1234             Gets the entire Id Token if returned by the service or null if no Id Token is returned.
1235             </summary>
1236         </member>
1237         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenSubjectType">
1238             <summary>
1239             Determines what type of subject the token was issued for.
1240             </summary>
1241         </member>
1242         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenSubjectType.User">
1243             <summary>
1244             User
1245             </summary>
1246         </member>
1247         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenSubjectType.Client">
1248             <summary>
1249             Client
1250             </summary>
1251         </member>
1252         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenSubjectType.UserPlusClient">
1253             <summary>
1254             UserPlusClient: This is for confidential clients used in middle tier.
1255             </summary>
1256         </member>
1257         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey">
1258             <summary>
1259             <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey"/> can be used with Linq to access items from the TokenCache dictionary.
1260             </summary>
1261         </member>
1262         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.Equals(System.Object)">
1263             <summary>
1264             Determines whether the specified object is equal to the current object.
1265             </summary>
1266             <returns>
1267             true if the specified object is equal to the current object; otherwise, false.
1268             </returns>
1269             <param name="obj">The object to compare with the current object. </param><filterpriority>2</filterpriority>
1270         </member>
1271         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.Equals(Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey)">
1272             <summary>
1273             Determines whether the specified TokenCacheKey is equal to the current object.
1274             </summary>
1275             <returns>
1276             true if the specified TokenCacheKey is equal to the current object; otherwise, false.
1277             </returns>
1278             <param name="other">The TokenCacheKey to compare with the current object. </param><filterpriority>2</filterpriority>
1279         </member>
1280         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheKey.GetHashCode">
1281             <summary>
1282             Returns the hash code for this TokenCacheKey.
1283             </summary>
1284             <returns>
1285             A 32-bit signed integer hash code.
1286             </returns>
1287         </member>
1288         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs">
1289             <summary>
1290             Contains parameters used by the ADAL call accessing the cache.
1291             </summary>
1292         </member>
1293         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs.TokenCache">
1294             <summary>
1295             Gets the TokenCache
1296             </summary>
1297         </member>
1298         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs.ClientId">
1299             <summary>
1300             Gets the ClientId.
1301             </summary>
1302         </member>
1303         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs.Resource">
1304             <summary>
1305             Gets the Resource.
1306             </summary>
1307         </member>
1308         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs.UniqueId">
1309             <summary>
1310             Gets the user's unique Id.
1311             </summary>
1312         </member>
1313         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs.DisplayableId">
1314             <summary>
1315             Gets the user's displayable Id.
1316             </summary>
1317         </member>
1318         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion">
1319             <summary>
1320             Credential type containing an assertion representing user credential.
1321             </summary>
1322         </member>
1323         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion.#ctor(System.String)">
1324             <summary>
1325             Constructor to create the object with an assertion. This constructor can be used for On Behalf Of flow which assumes the
1326             assertion is a JWT token. For other flows, the other construction with assertionType must be used.
1327             </summary>
1328             <param name="assertion">Assertion representing the user.</param>
1329         </member>
1330         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion.#ctor(System.String,System.String)">
1331             <summary>
1332             Constructor to create credential with client id, assertion and assertionType
1333             </summary>
1334             <param name="assertion">Assertion representing the user.</param>
1335             <param name="assertionType">Type of the assertion representing the user.</param>
1336         </member>
1337         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion.#ctor(System.String,System.String,System.String)">
1338             <summary>
1339             Constructor to create credential with client id, assertion, assertionType and userId
1340             </summary>
1341             <param name="assertion">Assertion representing the user.</param>
1342             <param name="assertionType">Type of the assertion representing the user.</param>
1343             <param name="userName">Identity of the user token is requested for. This parameter can be null.</param>
1344         </member>
1345         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion.Assertion">
1346             <summary>
1347             Gets the assertion.
1348             </summary>
1349         </member>
1350         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion.AssertionType">
1351             <summary>
1352             Gets the assertion type.
1353             </summary>
1354         </member>
1355         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserAssertion.UserName">
1356             <summary>
1357             Gets name of the user.
1358             </summary>
1359         </member>
1360         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserCredential">
1361             <summary>
1362             Credential used for integrated authentication on domain-joined machines.
1363             </summary>
1364         </member>
1365         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserCredential.#ctor">
1366             <summary>
1367             Constructor to create user credential. Using this constructor would imply integrated authentication with logged in user
1368             and it can only be used in domain joined scenarios.
1369             </summary>
1370         </member>
1371         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserCredential.#ctor(System.String)">
1372             <summary>
1373             Constructor to create credential with client id and secret
1374             </summary>
1375             <param name="userName">Identifier of the user application requests token on behalf.</param>
1376         </member>
1377         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserCredential.UserName">
1378             <summary>
1379             Gets identifier of the user.
1380             </summary>
1381         </member>
1382         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifierType">
1383             <summary>
1384             Indicates the type of <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>
1385             </summary>
1386         </member>
1387         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifierType.UniqueId">
1388             <summary>
1389             When a <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/> of this type is passed in a token acquisition operation,
1390             the operation is guaranteed to return a token issued for the user with corresponding <see cref="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier.UniqueId"/> or fail.
1391             </summary>
1392         </member>
1393         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifierType.OptionalDisplayableId">
1394             <summary>
1395             When a <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/> of this type is passed in a token acquisition operation,
1396             the operation restricts cache matches to the value provided and injects it as a hint in the authentication experience. However the end user could overwrite that value, resulting in a token issued to a different account than the one specified in the <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/> in input.
1397             </summary>
1398         </member>
1399         <member name="F:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifierType.RequiredDisplayableId">
1400             <summary>
1401             When a <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/> of this type is passed in a token acquisition operation,
1402             the operation is guaranteed to return a token issued for the user with corresponding <see cref="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier.DisplayableId"/> (UPN or email) or fail
1403             </summary>
1404         </member>
1405         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier">
1406             <summary>
1407             Contains identifier for a user.
1408             </summary>
1409         </member>
1410         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier.#ctor(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifierType)">
1411             <summary>
1412             
1413             </summary>
1414             <param name="id"></param>
1415             <param name="type"></param>
1416         </member>
1417         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier.Type">
1418             <summary>
1419             Gets type of the <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.
1420             </summary>
1421         </member>
1422         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier.Id">
1423             <summary>
1424             Gets Id of the <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/>.
1425             </summary>
1426         </member>
1427         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier.AnyUser">
1428             <summary>
1429             Gets an static instance of <see cref="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier"/> to represent any user.
1430             </summary>
1431         </member>
1432         <member name="T:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo">
1433             <summary>
1434             Contains information of a single user. This information is used for token cache lookup. Also if created with userId, userId is sent to the service when login_hint is accepted.
1435             </summary>
1436         </member>
1437         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.#ctor">
1438             <summary>
1439             Create user information for token cache lookup
1440             </summary>
1441         </member>
1442         <member name="M:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo)">
1443             <summary>
1444             Create user information copied from another UserInfo object
1445             </summary>
1446         </member>
1447         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.UniqueId">
1448             <summary>
1449             Gets identifier of the user authenticated during token acquisition. 
1450             </summary>
1451         </member>
1452         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.DisplayableId">
1453             <summary>
1454             Gets a displayable value in UserPrincipalName (UPN) format. The value can be null.
1455             </summary>
1456         </member>
1457         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.GivenName">
1458             <summary>
1459             Gets given name of the user if provided by the service. If not, the value is null. 
1460             </summary>
1461         </member>
1462         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.FamilyName">
1463             <summary>
1464             Gets family name of the user if provided by the service. If not, the value is null. 
1465             </summary>
1466         </member>
1467         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.PasswordExpiresOn">
1468             <summary>
1469             Gets the time when the password expires. Default value is 0.
1470             </summary>
1471         </member>
1472         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.PasswordChangeUrl">
1473             <summary>
1474             Gets the url where the user can change the expiring password. The value can be null.
1475             </summary>
1476         </member>
1477         <member name="P:Microsoft.IdentityModel.Clients.ActiveDirectory.UserInfo.IdentityProvider">
1478             <summary>
1479             Gets identity provider if returned by the service. If not, the value is null. 
1480             </summary>
1481         </member>
1482     </members>
1483 </doc>