Skip to content

Commit cee526a

Browse files
CI Update
Build.Reason:Manual by Alma Jenks (BEYONDSOFT CONSULTING INC) Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=555038&view=results source_repo.branch:master source_repo.csvPath:bundlepackages/msal-dotnet source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
1 parent 16d0c18 commit cee526a

182 files changed

Lines changed: 6704 additions & 594 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dotnet/xml/FrameworksIndex/msal-model-dotnet-latest.xml

Lines changed: 30 additions & 1 deletion
Large diffs are not rendered by default.

dotnet/xml/Microsoft.Identity.Abstractions/AcquireTokenOptions.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<BaseTypeName>System.Object</BaseTypeName>
1313
</Base>
1414
<Interfaces />
15+
<Attributes>
16+
<Attribute>
17+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
18+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
19+
</Attribute>
20+
</Attributes>
1521
<Docs>
1622
<summary>
1723
Options directing the token acquisition. These options are provided to the <see cref="T:Microsoft.Identity.Abstractions.ITokenAcquirer" /> methods, or
@@ -164,6 +170,12 @@
164170
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
165171
<AssemblyVersion>9.2.0.0</AssemblyVersion>
166172
</AssemblyInfo>
173+
<Attributes>
174+
<Attribute>
175+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]</AttributeName>
176+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })&gt;]</AttributeName>
177+
</Attribute>
178+
</Attributes>
167179
<ReturnValue>
168180
<ReturnType>System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;</ReturnType>
169181
</ReturnValue>
@@ -189,6 +201,10 @@
189201
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
190202
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
191203
</Attribute>
204+
<Attribute>
205+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]</AttributeName>
206+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })&gt;]</AttributeName>
207+
</Attribute>
192208
</Attributes>
193209
<ReturnValue>
194210
<ReturnType>System.Collections.Generic.IDictionary&lt;System.String,System.Object&gt;</ReturnType>
@@ -214,6 +230,12 @@
214230
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
215231
<AssemblyVersion>9.2.0.0</AssemblyVersion>
216232
</AssemblyInfo>
233+
<Attributes>
234+
<Attribute>
235+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]</AttributeName>
236+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })&gt;]</AttributeName>
237+
</Attribute>
238+
</Attributes>
217239
<ReturnValue>
218240
<ReturnType>System.Collections.Generic.IDictionary&lt;System.String,System.String&gt;</ReturnType>
219241
</ReturnValue>
@@ -312,6 +334,12 @@
312334
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
313335
<AssemblyVersion>9.2.0.0</AssemblyVersion>
314336
</AssemblyInfo>
337+
<Attributes>
338+
<Attribute>
339+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(1)]</AttributeName>
340+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(1)&gt;]</AttributeName>
341+
</Attribute>
342+
</Attributes>
315343
<ReturnValue>
316344
<ReturnType>System.String</ReturnType>
317345
</ReturnValue>

dotnet/xml/Microsoft.Identity.Abstractions/AcquireTokenResult.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<BaseTypeName>System.Object</BaseTypeName>
1313
</Base>
1414
<Interfaces />
15+
<Attributes>
16+
<Attribute>
17+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
18+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
19+
</Attribute>
20+
</Attributes>
1521
<Docs>
1622
<summary>
1723
Result of a token acquisition.
@@ -157,6 +163,12 @@
157163
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
158164
<AssemblyVersion>9.2.0.0</AssemblyVersion>
159165
</AssemblyInfo>
166+
<Attributes>
167+
<Attribute>
168+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]</AttributeName>
169+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })&gt;]</AttributeName>
170+
</Attribute>
171+
</Attributes>
160172
<ReturnValue>
161173
<ReturnType>System.Collections.Generic.IEnumerable&lt;System.String&gt;</ReturnType>
162174
</ReturnValue>

dotnet/xml/Microsoft.Identity.Abstractions/AuthorizationHeaderProviderOptions.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<BaseTypeName>System.Object</BaseTypeName>
1313
</Base>
1414
<Interfaces />
15+
<Attributes>
16+
<Attribute>
17+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
18+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
19+
</Attribute>
20+
</Attributes>
1521
<Docs>
1622
<summary>
1723
Options passed-in to call downstream web APIs. To call Microsoft Graph, see rather
@@ -93,6 +99,12 @@
9399
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
94100
<AssemblyVersion>9.2.0.0</AssemblyVersion>
95101
</AssemblyInfo>
102+
<Attributes>
103+
<Attribute>
104+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
105+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(2)&gt;]</AttributeName>
106+
</Attribute>
107+
</Attributes>
96108
<ReturnValue>
97109
<ReturnType>System.String</ReturnType>
98110
</ReturnValue>
@@ -161,6 +173,12 @@
161173
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
162174
<AssemblyVersion>9.2.0.0</AssemblyVersion>
163175
</AssemblyInfo>
176+
<Attributes>
177+
<Attribute>
178+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]</AttributeName>
179+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })&gt;]</AttributeName>
180+
</Attribute>
181+
</Attributes>
164182
<ReturnValue>
165183
<ReturnType>System.Action&lt;System.Net.Http.HttpRequestMessage&gt;</ReturnType>
166184
</ReturnValue>

dotnet/xml/Microsoft.Identity.Abstractions/CredentialDescription.xml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<BaseTypeName>System.Object</BaseTypeName>
1313
</Base>
1414
<Interfaces />
15+
<Attributes>
16+
<Attribute>
17+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
18+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(0)&gt;]</AttributeName>
19+
</Attribute>
20+
</Attributes>
1521
<Docs>
1622
<summary>
1723
Description of a credential. Credentials are used to prove the identity of the
@@ -186,6 +192,7 @@
186192
</summary>
187193
<value>To be added.</value>
188194
<remarks>Using a certificate from a file is not recommended in production.</remarks>
195+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificatePassword" />
189196
<example>
190197
<format type="text/markdown"><![CDATA[
191198
The JSON fragment below describes a certificate retrieved by its path and a password to be used as a client credential in a confidential client application:
@@ -196,7 +203,6 @@
196203
]]></format>
197204
</example>
198205
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
199-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificatePassword" />
200206
</Docs>
201207
</Member>
202208
<Member MemberName="CertificateDistinguishedName">
@@ -220,6 +226,8 @@
220226
</summary>
221227
<value>To be added.</value>
222228
<remarks>To be added.</remarks>
229+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
230+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateThumbprint" />
223231
<example>
224232
<format type="text/markdown"><![CDATA[
225233
The JSON fragment below describes a user certificate stored in the personal certificates folder (<b>CurrentUser/My</b>) and specified by its distinguised name, used as a client credential in a confidential client application:
@@ -230,8 +238,6 @@
230238
]]></format>
231239
</example>
232240
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
233-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
234-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateThumbprint" />
235241
</Docs>
236242
</Member>
237243
<Member MemberName="CertificatePassword">
@@ -255,6 +261,7 @@
255261
</summary>
256262
<value>To be added.</value>
257263
<remarks>Using a certificate from a file is not recommended in production.</remarks>
264+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDiskPath" />
258265
<example>
259266
<format type="text/markdown"><![CDATA[
260267
The JSON fragment below describes a certificate retrieved by its path and a password to be used as a client credential in a confidential client application:
@@ -265,7 +272,6 @@
265272
]]></format>
266273
</example>
267274
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
268-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDiskPath" />
269275
</Docs>
270276
</Member>
271277
<Member MemberName="CertificateStorePath">
@@ -291,10 +297,10 @@
291297
</summary>
292298
<value>To be added.</value>
293299
<remarks>Use this property in conjunction with <see cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" /> or <see cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateThumbprint" />.</remarks>
294-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
295300
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
296301
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" />
297302
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateThumbprint" />
303+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
298304
</Docs>
299305
</Member>
300306
<Member MemberName="CertificateThumbprint">
@@ -318,6 +324,8 @@
318324
</summary>
319325
<value>To be added.</value>
320326
<remarks>Use this property in conjunction with <see cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />.</remarks>
327+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" />
328+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
321329
<example>
322330
<format type="text/markdown"><![CDATA[
323331
The JSON fragment below describes a user certificate stored in the personal certificates folder (<b>CurrentUser/My</b>) and specified by its thumbprint, used as a client credential in a confidential client application:
@@ -328,8 +336,6 @@
328336
]]></format>
329337
</example>
330338
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
331-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" />
332-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
333339
</Docs>
334340
</Member>
335341
<Member MemberName="ClientSecret">
@@ -407,6 +413,10 @@
407413
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
408414
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName>
409415
</Attribute>
416+
<Attribute>
417+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]</AttributeName>
418+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })&gt;]</AttributeName>
419+
</Attribute>
410420
</Attributes>
411421
<ReturnValue>
412422
<ReturnType>System.Collections.Generic.Dictionary&lt;System.String,System.Object&gt;</ReturnType>
@@ -490,6 +500,12 @@
490500
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
491501
<AssemblyVersion>9.2.0.0</AssemblyVersion>
492502
</AssemblyInfo>
503+
<Attributes>
504+
<Attribute>
505+
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(1)]</AttributeName>
506+
<AttributeName Language="F#">[&lt;System.Runtime.CompilerServices.Nullable(1)&gt;]</AttributeName>
507+
</Attribute>
508+
</Attributes>
493509
<ReturnValue>
494510
<ReturnType>System.String</ReturnType>
495511
</ReturnValue>
@@ -554,6 +570,7 @@
554570
</summary>
555571
<value>To be added.</value>
556572
<remarks>To be added.</remarks>
573+
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.KeyVaultCertificateName" />
557574
<example>
558575
<format type="text/markdown"><![CDATA[
559576
The JSON fragment below describes a certificate stored in Key Vault used as a client credential in a confidential client application:
@@ -564,7 +581,6 @@
564581
]]></format>
565582
</example>
566583
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
567-
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.KeyVaultCertificateName" />
568584
</Docs>
569585
</Member>
570586
<Member MemberName="ManagedIdentityClientId">

0 commit comments

Comments
 (0)