Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
 Build.Reason:Manual by Den Delimarsky
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=429891&view=results
 source_repo.branch:master
 source_repo.csvPath:bundlepackages/msal-dotnet
 source_repo.url:https://apidrop.visualstudio.com/binaries/_git/mrefconfig
  • Loading branch information
VSC-Service-Account committed May 19, 2024
1 parent bea5ead commit ca7d67a
Show file tree
Hide file tree
Showing 339 changed files with 3,110 additions and 2,777 deletions.
32 changes: 16 additions & 16 deletions dotnet/xml/FrameworksIndex/msal-web-dotnet-latest.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="msal-web-dotnet-latest">
<Assemblies>
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.KeyVaultExtensions" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Logging" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.ManagedKeyVaultSecurityKey" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Validators" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Xml" Version="7.5.1.0" />
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="7.5.1.0" />
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.KeyVaultExtensions" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Logging" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.ManagedKeyVaultSecurityKey" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Validators" Version="7.5.2.0" />
<Assembly Name="Microsoft.IdentityModel.Xml" Version="7.5.2.0" />
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="7.5.2.0" />
</Assemblies>
<Namespace Name="Microsoft.IdentityModel.Abstractions">
<Type Name="Microsoft.IdentityModel.Abstractions.EventLogLevel" Id="T:Microsoft.IdentityModel.Abstractions.EventLogLevel">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificatePassword" />
<example>
<format type="text/markdown"><![CDATA[
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:
Expand All @@ -159,7 +159,7 @@
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="path_csharp":::
]]></format>
</example>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificatePassword" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
</Docs>
</Member>
<Member MemberName="CertificateDistinguishedName">
Expand All @@ -183,8 +183,8 @@
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateThumbprint" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<example>
<format type="text/markdown"><![CDATA[
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:
Expand All @@ -194,7 +194,7 @@
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="distinguishedname_csharp":::
]]></format>
</example>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
</Docs>
</Member>
<Member MemberName="CertificatePassword">
Expand All @@ -218,7 +218,7 @@
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDiskPath" />
<example>
<format type="text/markdown"><![CDATA[
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:
Expand All @@ -228,7 +228,7 @@
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="path_csharp":::
]]></format>
</example>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDiskPath" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
</Docs>
</Member>
<Member MemberName="CertificateStorePath">
Expand All @@ -254,10 +254,10 @@
</summary>
<value>To be added.</value>
<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>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateThumbprint" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
</Docs>
</Member>
<Member MemberName="CertificateThumbprint">
Expand All @@ -281,8 +281,8 @@
</summary>
<value>To be added.</value>
<remarks>Use this property in conjunction with <see cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />.</remarks>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateStorePath" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<example>
<format type="text/markdown"><![CDATA[
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:
Expand All @@ -292,7 +292,7 @@
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="thumbprint_csharp":::
]]></format>
</example>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.CertificateDistinguishedName" />
</Docs>
</Member>
<Member MemberName="ClientSecret">
Expand Down Expand Up @@ -499,7 +499,7 @@
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.KeyVaultCertificateName" />
<example>
<format type="text/markdown"><![CDATA[
The JSON fragment below describes a certificate stored in Key Vault used as a client credential in a confidential client application:
Expand All @@ -509,7 +509,7 @@
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/CredentialDescriptionTest.cs" id="keyvault_csharp":::
]]></format>
</example>
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.KeyVaultCertificateName" />
<altmember cref="P:Microsoft.Identity.Abstractions.CredentialDescription.SourceType" />
</Docs>
</Member>
<Member MemberName="ManagedIdentityClientId">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
unless you are writing a custom credential loader.
</summary>
<remarks>To be added.</remarks>
<altmember cref="M:Microsoft.Identity.Abstractions.ICredentialsLoader.LoadCredentialsIfNeededAsync(Microsoft.Identity.Abstractions.CredentialDescription,Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters)" />
<altmember cref="M:Microsoft.Identity.Abstractions.ICredentialsLoader.LoadFirstValidCredentialsAsync(System.Collections.Generic.IEnumerable{Microsoft.Identity.Abstractions.CredentialDescription},Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters)" />
<altmember cref="M:Microsoft.Identity.Abstractions.ICredentialsLoader.LoadCredentialsIfNeededAsync(Microsoft.Identity.Abstractions.CredentialDescription,Microsoft.Identity.Abstractions.CredentialSourceLoaderParameters)" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
Azure AD application)
</summary>
<remarks>To understand the difference between public client applications and confidential client applications, see https://aka.ms/msal-net-client-applications</remarks>
<altmember cref="T:Microsoft.Identity.Client.ConfidentialClientApplication" />
<altmember cref="T:Microsoft.Identity.Client.ClientCredential" />
<altmember cref="T:Microsoft.Identity.Client.ConfidentialClientApplication" />
</Docs>
<Members>
<Member MemberName=".ctor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@
</summary>
<returns>Authentication result containing a token for the requested scopes and account</returns>
<remarks>To be added.</remarks>
<altmember cref="M:Microsoft.Identity.Client.ConfidentialClientApplication.AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.UserAssertion)" />
<altmember cref="M:Microsoft.Identity.Client.ConfidentialClientApplication.AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.UserAssertion,System.String)" />
<altmember cref="M:Microsoft.Identity.Client.ConfidentialClientApplication.AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.UserAssertion)" />
</Docs>
</Member>
<Member MemberName="AcquireTokenOnBehalfOfAsync">
Expand Down Expand Up @@ -543,8 +543,8 @@
</summary>
<returns>Authentication result containing a token for the requested scopes and account</returns>
<remarks>To be added.</remarks>
<altmember cref="M:Microsoft.Identity.Client.ConfidentialClientApplication.AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.UserAssertion)" />
<altmember cref="M:Microsoft.Identity.Client.ConfidentialClientApplication.AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.UserAssertion)" />
<altmember cref="M:Microsoft.Identity.Client.ConfidentialClientApplication.AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable{System.String},Microsoft.Identity.Client.UserAssertion)" />
</Docs>
</Member>
<Member MemberName="AppTokenCache">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<AssemblyVersion>7.4.1.0</AssemblyVersion>
<AssemblyVersion>7.5.0.0</AssemblyVersion>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
Expand All @@ -45,7 +46,7 @@
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.IdentityModel.Abstractions.EventLogLevel</ReturnType>
Expand All @@ -67,7 +68,7 @@
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.IdentityModel.Abstractions.EventLogLevel</ReturnType>
Expand All @@ -89,7 +90,7 @@
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.IdentityModel.Abstractions.EventLogLevel</ReturnType>
Expand All @@ -110,7 +111,7 @@
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.IdentityModel.Abstractions.EventLogLevel</ReturnType>
Expand All @@ -131,7 +132,7 @@
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.IdentityModel.Abstractions.EventLogLevel</ReturnType>
Expand All @@ -153,7 +154,7 @@
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.IdentityModel.Abstractions.EventLogLevel</ReturnType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<AssemblyVersion>7.4.1.0</AssemblyVersion>
<AssemblyVersion>7.5.0.0</AssemblyVersion>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
Expand All @@ -43,7 +44,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
Expand All @@ -69,7 +70,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<AssemblyVersion>7.4.1.0</AssemblyVersion>
<AssemblyVersion>7.5.0.0</AssemblyVersion>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
Expand All @@ -43,7 +44,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
Expand All @@ -65,7 +66,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
Expand All @@ -90,7 +91,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
Expand All @@ -117,7 +118,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
Expand Down Expand Up @@ -148,7 +149,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
Expand All @@ -173,7 +174,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.IdentityModel.Abstractions</AssemblyName>
<AssemblyVersion>7.5.1.0</AssemblyVersion>
<AssemblyVersion>7.5.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
Expand Down
Loading

0 comments on commit ca7d67a

Please sign in to comment.