Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync changes #421

Merged
merged 2 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading