Skip to content
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
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions dotnet/xml/FrameworksIndex/msal-dotnet-latest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="msal-dotnet-latest">
<Assemblies>
<Assembly Name="Microsoft.Identity.Client.Broker" Version="4.66.1.0" />
<Assembly Name="Microsoft.Identity.Client.Desktop" Version="4.66.1.0" />
<Assembly Name="Microsoft.Identity.Client" Version="4.66.1.0" />
<Assembly Name="Microsoft.Identity.Client.Broker" Version="4.66.2.0" />
<Assembly Name="Microsoft.Identity.Client.Desktop" Version="4.66.2.0" />
<Assembly Name="Microsoft.Identity.Client" Version="4.66.2.0" />
</Assemblies>
<Namespace Name="Microsoft.Identity.Client">
<Type Name="Microsoft.Identity.Client.AadAuthorityAudience" Id="T:Microsoft.Identity.Client.AadAuthorityAudience">
Expand Down
25 changes: 15 additions & 10 deletions dotnet/xml/FrameworksIndex/msal-model-dotnet-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<Framework Name="msal-model-dotnet-latest">
<Assemblies>
<Assembly Name="Microsoft.Identity.Abstractions" Version="7.2.0.0" />
<Assembly Name="Microsoft.Identity.Web.Azure" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.Certificate" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.Certificateless" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.Azure" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.Certificate" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.Certificateless" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.DownstreamRestApi" Version="2.0.8.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraph" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraphBeta" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.OWIN" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.TokenAcquisition" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.TokenCache" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.UI" Version="3.3.1.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraph" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraphBeta" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.OWIN" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.TokenAcquisition" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.TokenCache" Version="3.4.0.0" />
<Assembly Name="Microsoft.Identity.Web.UI" Version="3.4.0.0" />
</Assemblies>
<Namespace Name="Microsoft.Identity.Abstractions">
<Type Name="Microsoft.Identity.Abstractions.AcquireTokenOptions" Id="T:Microsoft.Identity.Abstractions.AcquireTokenOptions">
Expand Down Expand Up @@ -283,6 +283,7 @@
<Member Id="M:Microsoft.Identity.Web.BaseRequestExtensions.WithUser``1(``0,System.Security.Claims.ClaimsPrincipal)" />
</Type>
<Type Name="Microsoft.Identity.Web.BeforeTokenAcquisitionForApp" Id="T:Microsoft.Identity.Web.BeforeTokenAcquisitionForApp" />
<Type Name="Microsoft.Identity.Web.BeforeTokenAcquisitionForTestUser" Id="T:Microsoft.Identity.Web.BeforeTokenAcquisitionForTestUser" />
<Type Name="Microsoft.Identity.Web.CertificateDescription" Id="T:Microsoft.Identity.Web.CertificateDescription">
<Member Id="M:Microsoft.Identity.Web.CertificateDescription.#ctor" />
<Member Id="M:Microsoft.Identity.Web.CertificateDescription.#ctor(Microsoft.Identity.Abstractions.CredentialDescription)" />
Expand Down Expand Up @@ -317,6 +318,7 @@
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.NameIdentifierId" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.ObjectId" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.Oid" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.Password" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.PreferredUserName" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.Role" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.Roles" />
Expand All @@ -329,6 +331,7 @@
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.UniqueObjectIdentifier" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.UniqueTenantIdentifier" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.UserFlow" />
<Member Id="F:Microsoft.Identity.Web.ClaimConstants.Username" />
</Type>
<Type Name="Microsoft.Identity.Web.ClaimsPrincipalExtensions" Id="T:Microsoft.Identity.Web.ClaimsPrincipalExtensions">
<Member Id="M:Microsoft.Identity.Web.ClaimsPrincipalExtensions.GetDisplayName(System.Security.Claims.ClaimsPrincipal)" />
Expand All @@ -345,6 +348,7 @@
<Type Name="Microsoft.Identity.Web.ClaimsPrincipalFactory" Id="T:Microsoft.Identity.Web.ClaimsPrincipalFactory">
<Member Id="M:Microsoft.Identity.Web.ClaimsPrincipalFactory.FromHomeTenantIdAndHomeObjectId(System.String,System.String)" />
<Member Id="M:Microsoft.Identity.Web.ClaimsPrincipalFactory.FromTenantIdAndObjectId(System.String,System.String)" />
<Member Id="M:Microsoft.Identity.Web.ClaimsPrincipalFactory.FromUsernamePassword(System.String,System.String)" />
</Type>
<Type Name="Microsoft.Identity.Web.ClientAssertion" Id="T:Microsoft.Identity.Web.ClientAssertion">
<Member Id="M:Microsoft.Identity.Web.ClientAssertion.#ctor(System.String,System.Nullable{System.DateTimeOffset})" />
Expand Down Expand Up @@ -680,6 +684,7 @@
</Type>
<Type Name="Microsoft.Identity.Web.TokenAcquisitionExtensionOptions" Id="T:Microsoft.Identity.Web.TokenAcquisitionExtensionOptions">
<Member Id="E:Microsoft.Identity.Web.TokenAcquisitionExtensionOptions.OnBeforeTokenAcquisitionForApp" />
<Member Id="E:Microsoft.Identity.Web.TokenAcquisitionExtensionOptions.OnBeforeTokenAcquisitionForTestUser" />
<Member Id="M:Microsoft.Identity.Web.TokenAcquisitionExtensionOptions.#ctor" />
</Type>
<Type Name="Microsoft.Identity.Web.TokenAcquisitionOptions" Id="T:Microsoft.Identity.Web.TokenAcquisitionOptions">
Expand Down
29 changes: 15 additions & 14 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="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.KeyVaultExtensions" Version="7.7.1.0" />
<Assembly Name="Microsoft.IdentityModel.Logging" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Logging" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.ManagedKeyVaultSecurityKey" Version="7.7.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Validators" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Xml" Version="8.2.0.0" />
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="8.2.0.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Validators" Version="8.2.1.0" />
<Assembly Name="Microsoft.IdentityModel.Xml" Version="8.2.1.0" />
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="8.2.1.0" />
</Assemblies>
<Namespace Name="Microsoft.IdentityModel.Abstractions">
<Type Name="Microsoft.IdentityModel.Abstractions.EventLogLevel" Id="T:Microsoft.IdentityModel.Abstractions.EventLogLevel">
Expand Down Expand Up @@ -3324,6 +3324,7 @@
<Member Id="M:Microsoft.IdentityModel.Xml.XmlValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" />
<Member Id="M:Microsoft.IdentityModel.Xml.XmlValidationException.#ctor(System.String)" />
<Member Id="M:Microsoft.IdentityModel.Xml.XmlValidationException.#ctor(System.String,System.Exception)" />
<Member Id="P:Microsoft.IdentityModel.Xml.XmlValidationException.StackTrace" />
</Type>
<Type Name="Microsoft.IdentityModel.Xml.XmlWriteException" Id="T:Microsoft.IdentityModel.Xml.XmlWriteException">
<Member Id="M:Microsoft.IdentityModel.Xml.XmlWriteException.#ctor" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,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 @@ -198,7 +198,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 Down Expand Up @@ -285,8 +285,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 @@ -296,7 +296,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
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<AssemblyVersion>4.65.0.0</AssemblyVersion>
<AssemblyVersion>4.66.0.0</AssemblyVersion>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
Expand All @@ -52,7 +53,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>T</ReturnType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<AssemblyVersion>4.65.0.0</AssemblyVersion>
<AssemblyVersion>4.66.0.0</AssemblyVersion>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
Expand All @@ -54,7 +55,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Client.AppConfig.ManagedIdentityId</ReturnType>
Expand All @@ -76,7 +77,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Client.AppConfig.ManagedIdentityId</ReturnType>
Expand All @@ -103,7 +104,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Client.AppConfig.ManagedIdentityId</ReturnType>
Expand All @@ -130,7 +131,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Client.AppConfig.ManagedIdentityId</ReturnType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<AssemblyVersion>4.65.0.0</AssemblyVersion>
<AssemblyVersion>4.66.0.0</AssemblyVersion>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
Expand All @@ -56,7 +57,7 @@
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
Expand All @@ -78,7 +79,7 @@
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="httpRequestMessage" Type="System.Net.Http.HttpRequestMessage" />
Expand All @@ -102,7 +103,7 @@
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="requestUri" Type="System.Uri" />
Expand All @@ -126,7 +127,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
Expand All @@ -148,7 +149,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Net.Http.HttpMethod</ReturnType>
Expand All @@ -173,7 +174,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
Expand All @@ -195,7 +196,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
Expand All @@ -218,7 +219,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider</ReturnType>
Expand All @@ -243,7 +244,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<AssemblyVersion>4.65.0.0</AssemblyVersion>
<AssemblyVersion>4.66.0.0</AssemblyVersion>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
Expand All @@ -59,7 +60,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
Expand All @@ -82,7 +83,7 @@
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
Expand All @@ -106,7 +107,7 @@
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Client</AssemblyName>
<AssemblyVersion>4.66.1.0</AssemblyVersion>
<AssemblyVersion>4.66.2.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Byte[]</ReturnType>
Expand Down
Loading
Loading