Microsoft.Rest.ClientRuntime.Azure.Authentication.xml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Rest.ClientRuntime.Azure.Authentication</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings">
            <summary>
            Settings for authentication with an Azure or Azure Stack service using Active Directory.
            </summary>
        </member>
        <member name="F:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.EnableEbdMagicCookie">
            <summary>
            Query string allowing use of cookies in user login dialog
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.#ctor">
            <summary>
            Initializes default active directory dialog parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.#ctor(System.String,System.Uri)">
            <summary>
            Initializes active directory client settings with the application specific properties
            for client id and client redirect uri.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="clientId">The active directory client id.</param>
            <param name="clientRedirectUri">The client redirect uri defined for this application in active directory.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.UseCacheOrCookiesOnly(System.String,System.Uri)">
            <summary>
            Returns active directory cient settings that suppress user credential prompts. Authentication
            will succeed if and only if previous authentication results are cached in the TokenCache or
            client cookies.
            </summary>
            <param name="clientId">The client Id associated with this active directory application.</param>
            <param name="clientRedirectUri">The client redirect Uri associated with this active directory application.</param>
            <returns>active directory client settings that suppress user credential prompts.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.UseCacheCookiesOrPrompt(System.String,System.Uri)">
            <summary>
            Returns active directory client settings that prompt the user for credentials only when
            no matching cookies or cached tokens are found. Authentication will succeed if valid cookies
            or cached tokens are found, or, if no valid tokens are found, the user enters valid
            active directory user credentials.
            </summary>
            <param name="clientId">The client Id associated with this active directory application.</param>
            <param name="clientRedirectUri">The client redirect Uri associated with this active directory application.</param>
            <returns>Settings that prefer cached tokens or cookies over user prompting.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.UsePromptOnly(System.String,System.Uri)">
            <summary>
            Ignore authentication cookies or cached tokens and force the user to enter valid credentials.
            Authentication will succeed if and only if the user enters valid credentials.
            </summary>
            <param name="clientId">The client Id associated with this active directory application.</param>
            <param name="clientRedirectUri">The client redirect Uri associated with this active directory application.</param>
            <returns>Settings that require the user to input credentials,</returns>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.PromptBehavior">
            <summary>
            Gets or sets prompt behavior.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.OwnerWindow">
            <summary>
            Gets or sets owner window.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.AdditionalQueryParameters">
            <summary>
            Additional query parameters sent with the AD request
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.ClientId">
            <summary>
            The active directory client id for this application.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings.ClientRedirectUri">
            <summary>
            The client redirect uri associated with this application.
            </summary>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider">
            <summary>
            Provides tokens for Azure Active Directory applications.
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)">
            <summary>
            Create an application token provider that can retrieve tokens for the given application from the given context, using the given audience
            and credential.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="context">The authentication context to use when retrieving tokens.</param>
            <param name="tokenAudience">The token audience to use when retrieving tokens.</param>
            <param name="credential">The client credential for this application.</param>
            <param name="authenticationResult">The token details provided when authenticating with the client credentials.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)">
            <summary>
            Create an application token provider that can retrieve tokens for the given application from the given context, using the given audience
            and certificate.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="context">The authentication context to use when retrieving tokens.</param>
            <param name="tokenAudience">The token audience to use when retrieving tokens.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="authenticationResult">The token details provided when authenticating with the client credentials.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext,System.String,System.String,Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult)">
            <summary>
            Create an application token provider that can retrieve tokens for the given application from the given context, using the given audience
            and credential store.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="context">The authentication context to use when retrieving tokens.</param>
            <param name="tokenAudience">The token audience to use when retrieving tokens</param>
            <param name="clientId">The client Id for this active directory application</param>
            <param name="authenticationStore">The source of authentication information for this application.</param>
            <param name="authenticationResult">The authenticationResult of initial authentication with the application credentials.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext,System.String,System.String,Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult,System.DateTimeOffset)">
            <summary>
            Create an application token provider that can retrieve tokens for the given application from the given context, using the given audience
            and credential store.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="context">The authentication context to use when retrieving tokens.</param>
            <param name="tokenAudience">The token audience to use when retrieving tokens</param>
            <param name="clientId">The client Id for this active directory application</param>
            <param name="authenticationStore">The source of authentication information for this application.</param>
            <param name="authenticationResult">The authenticationResult of initial authentication with the application credentials.</param>
            <param name="tokenExpiration">The date of expiration for the current access token.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.String)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using client credentials. Uses the default token cache and the default
            service settings (authority, token audience) for log in to azure resource manager during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="secret">The secret for this active directory application.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using certificate credentials. Uses the default token cache and the default
            service settings (authority, token audience) for log in to azure resource manager during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using client credentials. Uses the default service settings
            (authority, token audience) for log in to azure resource manager during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="secret">The secret for this active directory application.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using certificate credentials. Uses the default service settings
            (authority, token audience) for log in to azure resource manager during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using client credentials.
            Uses the default token cache during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/"> Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="secret">The secret for this active directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using certificate credentials.
            Uses the default token cache during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/"> Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using client credentials.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="secret">The secret for this active directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using certificate credential.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a client credential. Uses the default token cache and the default
            service settings for azure resource manager (authority, token audience) during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="credential">The client credential (client id and secret) for this active directory application.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentWithCertificateAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a certificate credential. Uses the default token cache and the default
            service settings for azure resource manager (authority, token audience) during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a client credential. Uses the default service settings
            for azure resource manager (authority, token audience) during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="credential">The client credential (client id and secret) for this active directory application.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentWithCertificateAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a certificate credential. Uses the default service settings
            for azure resource manager (authority, token audience) during authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a client credential. Uses the default token cache for authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="credential">The client credential (client id and secret) for this active directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentWithCertificateAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a certificate credential. Uses the default token cache for authentication.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a client credential.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="credential">The client credential (client id and secret) for this active directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application using a certificate credential.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="certificate">The certificate associated with Active Directory application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application. Uses the default token cache and default
            service settings (authority and token audience) for authenticating with azure resource manager.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="authenticationProvider">A source for the secure secret for this application.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application. Uses the default service settings
            (authority and token audience) for authenticating with azure resource manager.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="authenticationProvider">A source for the secure secret for this application.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application. Uses the default shared token cache.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="authenticationProvider">A source for the secure secret for this application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.LoginSilentAsync(System.String,System.String,Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Creates ServiceClientCredentials for authenticating requests as an active directory application.
            See <see href="https://azure.microsoft.com/en-us/documentation/articles/active-directory-devquickstarts-dotnet/">Active Directory Quickstart for .Net</see>
            for detailed instructions on creating an Azure Active Directory application.
            </summary>
            <param name="domain">The active directory domain or tenantId to authenticate with.</param>
            <param name="clientId">The active directory clientId for the application.</param>
            <param name="authenticationProvider">A source for the secure secret for this application.</param>
            <param name="settings">The active directory service side settings, including authority and token audience.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can authenticate http requests as the given application.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.ApplicationTokenProvider.GetAuthenticationHeaderAsync(System.Threading.CancellationToken)">
            <summary>
            Gets an access token from the token cache or from AD authentication endpoint.
            Attempts to refresh the access token if it has expired.
            </summary>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider">
            <summary>
            Interface to platform-specific methods for securely storing client credentials
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.IApplicationAuthenticationProvider.AuthenticateAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext)">
            <summary>
            Retrieve ClientCredentials for an active directory application.
            </summary>
            <param name="clientId">The active directory client Id of the application.</param>
            <param name="audience">The audience to target</param>
            <param name="context">The authentication context</param>
            <returns>authentication result which can be used for authentication with the given audience.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.CertificateAuthenticationProvider.#ctor(System.Func{System.String,System.Threading.Tasks.Task{Microsoft.IdentityModel.Clients.ActiveDirectory.ClientAssertionCertificate}})">
            <summary>
            Create an application authenticator using a certificate provider
            </summary>
            <param name="provider"></param>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.IUserCredentialProvider">
            <summary>
            Interface to platform-specific methods for securely storing user credentials
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.IUserCredentialProvider.GetCredentialAsync(System.String)">
            <summary>
            Retrieve credentials for the given user account.
            </summary>
            <param name="username">The username for the account.</param>
            <returns>A UserCredential that can be used for AD authentication for the given account.</returns>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.MemoryApplicationAuthenticationProvider">
            <summary>
            In memory store for application credentials.
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.MemoryApplicationAuthenticationProvider.#ctor">
            <summary>
            Intializes an in-memory store of application credentials
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.MemoryApplicationAuthenticationProvider.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)">
            <summary>
            Initializes an in-memory store of application credentials starting with the given credential
            </summary>
            <param name="credential"></param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.MemoryApplicationAuthenticationProvider.AddCredential(Microsoft.IdentityModel.Clients.ActiveDirectory.ClientCredential)">
            <summary>
            Add the given credential to the in-memory store.
            </summary>
            <param name="credential">The credential to add.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.MemoryApplicationAuthenticationProvider.AuthenticateAsync(System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext)">
            <summary>
            Authenticate using the credentials stored for the given client id
            </summary>
            <param name="clientId">The Application ID for this service principal</param>
            <param name="audience">The intended audicne for authentication</param>
            <param name="context">The AD AuthenticationContext to use</param>
            <returns></returns>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.UserTokenProvider">
            <summary>
            Provides tokens for Azure Active Directory Microsoft Id and Organization Id users.
            </summary>
        </member>
        <member name="F:Microsoft.Rest.Azure.Authentication.UserTokenProvider.CommonTenantId">
            <summary>
            The id of the active directory common tenant.
            </summary>
        </member>
        <member name="F:Microsoft.Rest.Azure.Authentication.UserTokenProvider._tokenAudience">
            <summary>
            Uri parameters used in the credential prompt. Allows recalling previous
            logins in the login dialog.
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.#ctor(Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext,System.String,System.Uri,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier)">
            <summary>
            Create a token provider which can provide user tokens in the given context. The user must have previously authenticated in the given context.
            Tokens are retrieved from the token cache.
            </summary>
            <param name="context">The active directory authentication context to use for retrieving tokens.</param>
            <param name="clientId">The active directory client Id to match when retrieving tokens.</param>
            <param name="tokenAudience">The audience to match when retrieving tokens.</param>
            <param name="userId">The user id to match when retrieving tokens.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings)">
            <summary>
            Log in to Azure active directory common tenant with user account and authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory common tenant using the given username, with authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="username">The username to use for authentication.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,System.String)">
            <summary>
            Log in to Azure active directory common tenant using the given username, with authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="username">The username to use for authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory common tenant with user account and authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>ServiceClientCredentials object for the common tenant that match provided authentication credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings)">
            <summary>
            Log in to Azure active directory with user account and authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory using the given username with authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="username">The username to use for authentication.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,System.String)">
            <summary>
            Log in to Azure active directory using the given username with authentication provided by the user. Authentication is automatically scoped to the default azure management endpoint.
            This call may display a credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="username">The username to use for authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory with both user account and authentication credentials provided by the user. This call may display a
            credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Log in to Azure active directory with both user account and authentication credentials provided by the user. This call may display a
            credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="serviceSettings">The settings for ad service, including endpoint and token audience</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory with both user account and authentication credentials provided by the user. This call may display a
            credentials dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="serviceSettings">The settings for ad service, including endpoint and token audience</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,System.String)">
            <summary>
            Log in to Azure active directory using the given username with authentication provided by the user. This call may display a credentials
            dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="serviceSettings">The settings for ad service, including endpoint and token audience</param>
            <param name="username">The username to use for authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory using the given username with authentication provided by the user. This call may display a credentials
            dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="serviceSettings">The settings for ad service, including endpoint and token audience</param>
            <param name="username">The username to use for authentication.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginWithPromptAsync(System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryClientSettings,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.UserIdentifier,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to Azure active directory with credentials provided by the user. This call may display a credentials
            dialog, depending on the supplied client settings and the state of the token cache and user cookies.
            </summary>
            <param name="domain">The domain to authenticate against.</param>
            <param name="clientSettings">The client settings to use for authentication. These determine when a dialog will be displayed.</param>
            <param name="serviceSettings">The settings for ad service, including endpoint and token audience</param>
            <param name="userId">The userid of the desired credentials</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginSilentAsync(System.String,System.String,System.String,System.String)">
            <summary>
            Log in to azure active directory in non-interactive mode using organizational id credentials and the default token cache. Default service
            settings (authority, audience) for logging in to azure resource manager are used.
            </summary>
            <param name="clientId">The active directory client id for this application.</param>
            <param name="domain">The active directory domain or tenant id to authenticate with.</param>
            <param name="username">The organizational account user name, given in the form of a user principal name (e.g. user1@contoso.org).</param>
            <param name="password">The organizational account password.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginSilentAsync(System.String,System.String,System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to azure active directory in non-interactive mode using organizational id credentials. Default service settings (authority, audience)
            for logging in to azure resource manager are used.
            </summary>
            <param name="clientId">The active directory client id for this application.</param>
            <param name="domain">The active directory domain or tenant id to authenticate with.</param>
            <param name="username">The organizational account user name, given in the form of a user principal name (e.g. user1@contoso.org).</param>
            <param name="password">The organizational account password.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginSilentAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Log in to azure active directory in non-interactive mode using organizational id credentials and the default token cache.
            </summary>
            <param name="clientId">The active directory client id for this application.</param>
            <param name="domain">The active directory domain or tenant id to authenticate with.</param>
            <param name="username">The organizational account user name, given in the form of a user principal name (e.g. user1@contoso.org).</param>
            <param name="password">The organizational account password.</param>
            <param name="serviceSettings">The active directory service details, including authentication endpoints and the intended token audience.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.LoginSilentAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Log in to azure active directory in non-interactive mode using organizational id credentials.
            </summary>
            <param name="clientId">The active directory client id for this application.</param>
            <param name="domain">The active directory domain or tenant id to authenticate with.</param>
            <param name="username">The organizational account user name, given in the form of a user principal name (e.g. user1@contoso.org).</param>
            <param name="password">The organizational account password.</param>
            <param name="serviceSettings">The active directory service details, including authentication endpoints and the intended token audience.</param>
            <param name="cache">The token cache to target during authentication.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the given credentials.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.CreateCredentialsFromCache(System.String,System.String,System.String)">
            <summary>
            Create service client credentials using information cached from a previous login to azure resource manager using the default token cache.
            Parameters are used to match existing tokens.
            </summary>
            <param name="clientId">The clientId to match when retrieving authentication tokens.</param>
            <param name="domain">The active directory domain or tenant id to match when retrieving authentication tokens.</param>
            <param name="username">The account username to match when retrieving authentication tokens.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the retrieved credentials. If no
            credentials can be retrieved, an authentication exception is thrown.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.CreateCredentialsFromCache(System.String,System.String,System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Create service client credentials using information cached from a previous login to azure resource manager. Parameters are used to match
            existing tokens.
            </summary>
            <param name="clientId">The clientId to match when retrieving authentication tokens.</param>
            <param name="domain">The active directory domain or tenant id to match when retrieving authentication tokens.</param>
            <param name="username">The account username to match when retrieving authentication tokens.</param>
            <param name="cache">The token cache to target when retrieving tokens.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the retrieved credentials. If no
            credentials can be retrieved, an authentication exception is thrown.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.CreateCredentialsFromCache(System.String,System.String,System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings)">
            <summary>
            Create service client credentials using information cached from a previous login in the default token cache. Parameters are used to match
            existing tokens.
            </summary>
            <param name="clientId">The clientId to match when retrieving authentication tokens.</param>
            <param name="domain">The active directory domain or tenant id to match when retrieving authentication tokens.</param>
            <param name="username">The account username to match when retrieving authentication tokens.</param>
            <param name="serviceSettings">The active directory service settings, including token authority and audience to match when retrieving tokens.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the retrieved credentials. If no
            credentials can be retrieved, an authentication exception is thrown.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.CreateCredentialsFromCache(System.String,System.String,System.String,Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings,Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache)">
            <summary>
            Create service client credentials using information cached from a previous login. Parameters are used to match existing tokens.
            </summary>
            <param name="clientId">The clientId to match when retrieving authentication tokens.</param>
            <param name="domain">The active directory domain or tenant id to match when retrieving authentication tokens.</param>
            <param name="username">The account username to match when retrieving authentication tokens.</param>
            <param name="serviceSettings">The active directory service settings, including token authority and audience to match when retrieving tokens.</param>
            <param name="cache">The token cache to target when retrieving tokens.</param>
            <returns>A ServiceClientCredentials object that can be used to authenticate http requests using the retrieved credentials. If no
            credentials can be retrieved, an authentication exception is thrown.</returns>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.UserTokenProvider.GetAuthenticationHeaderAsync(System.Threading.CancellationToken)">
            <summary>
            Gets an access token from the token cache or from AD authentication endpoint. Will attempt to
            refresh the access token if it has expired.
            </summary>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings">
            <summary>
            Settings for authentication with an Azure or Azure Stack service using Active Directory.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings.Azure">
            <summary>
            Gets the serviceSettings for authentication with Azure
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings.AzureChina">
            <summary>
            Gets the serviceSettings for authentication with Azure China
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings.AuthenticationEndpoint">
            <summary>
            Gets or sets the ActiveDirectory Endpoint for the Azure Environment
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings.TokenAudience">
            <summary>
            Gets or sets the Token audience for an endpoint
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.ActiveDirectoryServiceSettings.ValidateAuthority">
            <summary>
            Gets or sets a value that determines whether the authentication endpoint should be validated with Azure AD
            </summary>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.Properties.Resources.AuthenticationEndpointContainsQuery">
            <summary>
              Looks up a localized string similar to The authentication endpoint must not contain a query string..
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.Properties.Resources.ErrorAcquiringToken">
            <summary>
              Looks up a localized string similar to Authentication error while acquiring token: &apos;{0}&apos;..
            </summary>
        </member>
        <member name="P:Microsoft.Rest.Azure.Authentication.Properties.Resources.ErrorRenewingToken">
            <summary>
              Looks up a localized string similar to Authentication error while renewing token: &apos;{0}&apos;..
            </summary>
        </member>
        <member name="T:Microsoft.Rest.Azure.Authentication.AuthenticationException">
            <summary>
            Authentication exception for Microsoft Rest Client for Azure.
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.AuthenticationException.#ctor">
            <summary>
            Initializes a new instance of the AuthenticationException class.
            </summary>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.AuthenticationException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AuthenticationException class.
            </summary>
            <param name="message">Exception message.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.AuthenticationException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the AuthenticationException class.
            </summary>
            <param name="message">Exception message.</param>
            <param name="innerException">Inner exception.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.AuthenticationException.#ctor(System.String,Microsoft.IdentityModel.Clients.ActiveDirectory.AdalException)">
            <summary>
            Wrap an exception thrown by the ADAL library. This prevents client dependencies on a particular version fo ADAL.
            </summary>
            <param name="message">The exception message</param>
            <param name="innerException">The inner AdalException with additional details</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.AuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Initializes a new instance of the AuthenticationException class.
            </summary>
            <param name="info">Serialization info.</param>
            <param name="context">Streaming context.</param>
        </member>
        <member name="M:Microsoft.Rest.Azure.Authentication.AuthenticationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Serializes content of the exception.
            </summary>
            <param name="info">Serialization info.</param>
            <param name="context">Streaming context.</param>
        </member>
    </members>
</doc>