Skip to content

Commit 0395468

Browse files
authored
Merge branch 'MicrosoftDocs:main' into docs-editor/linux-broker-net-1742324708
2 parents 27e421e + ea03c3e commit 0395468

658 files changed

Lines changed: 7510 additions & 4699 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.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Security
44

5-
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [our GitHub organizations](https://opensource.microsoft.com/).
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), and [our GitHub organizations](https://opensource.microsoft.com/).
66

77
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
88

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Framework Name="msal-dotnet-latest">
33
<Assemblies>
4-
<Assembly Name="Microsoft.Identity.Client.Broker" Version="4.69.1.0" />
5-
<Assembly Name="Microsoft.Identity.Client.Desktop" Version="4.69.1.0" />
6-
<Assembly Name="Microsoft.Identity.Client" Version="4.69.1.0" />
4+
<Assembly Name="Microsoft.Identity.Client.Broker" Version="4.71.1.0" />
5+
<Assembly Name="Microsoft.Identity.Client.Desktop" Version="4.71.1.0" />
6+
<Assembly Name="Microsoft.Identity.Client" Version="4.71.1.0" />
77
</Assemblies>
88
<Namespace Name="Microsoft.Identity.Client">
99
<Type Name="Microsoft.Identity.Client.AadAuthorityAudience" Id="T:Microsoft.Identity.Client.AadAuthorityAudience">
@@ -426,6 +426,9 @@
426426
<Type Name="Microsoft.Identity.Client.IMsalHttpClientFactory" Id="T:Microsoft.Identity.Client.IMsalHttpClientFactory">
427427
<Member Id="M:Microsoft.Identity.Client.IMsalHttpClientFactory.GetHttpClient" />
428428
</Type>
429+
<Type Name="Microsoft.Identity.Client.IMsalSFHttpClientFactory" Id="T:Microsoft.Identity.Client.IMsalSFHttpClientFactory">
430+
<Member Id="M:Microsoft.Identity.Client.IMsalSFHttpClientFactory.GetHttpClient(System.Func{System.Net.Http.HttpRequestMessage,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors,System.Boolean})" />
431+
</Type>
429432
<Type Name="Microsoft.Identity.Client.IntuneAppProtectionPolicyRequiredException" Id="T:Microsoft.Identity.Client.IntuneAppProtectionPolicyRequiredException">
430433
<Member Id="M:Microsoft.Identity.Client.IntuneAppProtectionPolicyRequiredException.#ctor(System.String,System.String)" />
431434
<Member Id="P:Microsoft.Identity.Client.IntuneAppProtectionPolicyRequiredException.AccountUserId" />
@@ -550,6 +553,7 @@
550553
<Member Id="F:Microsoft.Identity.Client.MsalError.FailedToGetBrokerResponse" />
551554
<Member Id="F:Microsoft.Identity.Client.MsalError.FailedToRefreshToken" />
552555
<Member Id="F:Microsoft.Identity.Client.MsalError.FederatedServiceReturnedError" />
556+
<Member Id="F:Microsoft.Identity.Client.MsalError.ForceRefreshNotCompatibleWithTokenHash" />
553557
<Member Id="F:Microsoft.Identity.Client.MsalError.GetUserNameFailed" />
554558
<Member Id="F:Microsoft.Identity.Client.MsalError.HttpListenerError" />
555559
<Member Id="F:Microsoft.Identity.Client.MsalError.HttpStatusCodeNotOk" />
@@ -823,6 +827,7 @@
823827
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.HasTokens" />
824828
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.IdentityLogger" />
825829
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.IsApplicationCache" />
830+
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.NoDistributedCacheUseReason" />
826831
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.PiiLoggingEnabled" />
827832
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.RequestScopes" />
828833
<Member Id="P:Microsoft.Identity.Client.TokenCacheNotificationArgs.RequestTenantId" />
@@ -1077,6 +1082,9 @@
10771082
</Type>
10781083
</Namespace>
10791084
<Namespace Name="Microsoft.Identity.Client.RP">
1085+
<Type Name="Microsoft.Identity.Client.RP.AcquireTokenForClientParameterBuilderForResourceProviders" Id="T:Microsoft.Identity.Client.RP.AcquireTokenForClientParameterBuilderForResourceProviders">
1086+
<Member Id="M:Microsoft.Identity.Client.RP.AcquireTokenForClientParameterBuilderForResourceProviders.WithAccessTokenSha256ToRefresh(Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder,System.String)" />
1087+
</Type>
10801088
<Type Name="Microsoft.Identity.Client.RP.ConfidentialClientApplicationBuilderForResourceProviders" Id="T:Microsoft.Identity.Client.RP.ConfidentialClientApplicationBuilderForResourceProviders">
10811089
<Member Id="M:Microsoft.Identity.Client.RP.ConfidentialClientApplicationBuilderForResourceProviders.WithCertificate(Microsoft.Identity.Client.ConfidentialClientApplicationBuilder,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean,System.Boolean)" />
10821090
</Type>

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

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Framework Name="msal-model-dotnet-latest">
33
<Assemblies>
4-
<Assembly Name="Microsoft.Identity.Abstractions" Version="8.2.0.0" />
5-
<Assembly Name="Microsoft.Identity.Web.Azure" Version="3.8.0.0" />
6-
<Assembly Name="Microsoft.Identity.Web.Certificate" Version="3.8.0.0" />
7-
<Assembly Name="Microsoft.Identity.Web.Certificateless" Version="3.8.0.0" />
8-
<Assembly Name="Microsoft.Identity.Web" Version="3.8.0.0" />
4+
<Assembly Name="Microsoft.Identity.Abstractions" Version="9.0.0.0" />
5+
<Assembly Name="Microsoft.Identity.Web.Azure" Version="3.8.4.0" />
6+
<Assembly Name="Microsoft.Identity.Web.Certificate" Version="3.8.4.0" />
7+
<Assembly Name="Microsoft.Identity.Web.Certificateless" Version="3.8.4.0" />
8+
<Assembly Name="Microsoft.Identity.Web" Version="3.8.4.0" />
99
<Assembly Name="Microsoft.Identity.Web.DownstreamRestApi" Version="2.0.8.0" />
10-
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraph" Version="3.8.0.0" />
11-
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraphBeta" Version="3.8.0.0" />
12-
<Assembly Name="Microsoft.Identity.Web.OWIN" Version="3.8.0.0" />
13-
<Assembly Name="Microsoft.Identity.Web.TokenAcquisition" Version="3.8.0.0" />
14-
<Assembly Name="Microsoft.Identity.Web.TokenCache" Version="3.8.0.0" />
15-
<Assembly Name="Microsoft.Identity.Web.UI" Version="3.8.0.0" />
10+
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraph" Version="3.8.4.0" />
11+
<Assembly Name="Microsoft.Identity.Web.MicrosoftGraphBeta" Version="3.8.4.0" />
12+
<Assembly Name="Microsoft.Identity.Web.OWIN" Version="3.8.4.0" />
13+
<Assembly Name="Microsoft.Identity.Web.TokenAcquisition" Version="3.8.4.0" />
14+
<Assembly Name="Microsoft.Identity.Web.TokenCache" Version="3.8.4.0" />
15+
<Assembly Name="Microsoft.Identity.Web.UI" Version="3.8.4.0" />
1616
</Assemblies>
1717
<Namespace Name="Microsoft.Identity.Abstractions">
1818
<Type Name="Microsoft.Identity.Abstractions.AcquireTokenOptions" Id="T:Microsoft.Identity.Abstractions.AcquireTokenOptions">
@@ -200,22 +200,26 @@
200200
<Member Id="M:Microsoft.Identity.Abstractions.ManagedIdentityOptions.Clone" />
201201
<Member Id="P:Microsoft.Identity.Abstractions.ManagedIdentityOptions.UserAssignedClientId" />
202202
</Type>
203+
<Type Name="Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions" Id="T:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions">
204+
<Member Id="M:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.#ctor" />
205+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.AppHomeTenantId" />
206+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.Authority" />
207+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.AzureRegion" />
208+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.ClientCapabilities" />
209+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.Instance" />
210+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.Name" />
211+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.SendX5C" />
212+
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftEntraApplicationOptions.TenantId" />
213+
</Type>
203214
<Type Name="Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions" Id="T:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions">
204215
<Member Id="M:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.#ctor" />
205-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.AppHomeTenantId" />
206-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.Authority" />
207-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.AzureRegion" />
208-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.ClientCapabilities" />
209216
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.DefaultUserFlow" />
210217
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.Domain" />
211218
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.EditProfilePolicyId" />
212219
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.ErrorPath" />
213-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.Instance" />
214220
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.ResetPasswordPath" />
215221
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.ResetPasswordPolicyId" />
216-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.SendX5C" />
217222
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.SignUpSignInPolicyId" />
218-
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.TenantId" />
219223
<Member Id="P:Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions.WithSpaAuthCode" />
220224
</Type>
221225
</Namespace>

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

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Framework Name="msal-web-dotnet-latest">
33
<Assemblies>
4-
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="8.6.1.0" />
5-
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="8.6.1.0" />
4+
<Assembly Name="Microsoft.IdentityModel.Abstractions" Version="8.9.0.0" />
5+
<Assembly Name="Microsoft.IdentityModel.JsonWebTokens" Version="8.9.0.0" />
66
<Assembly Name="Microsoft.IdentityModel.KeyVaultExtensions" Version="7.7.1.0" />
7-
<Assembly Name="Microsoft.IdentityModel.Logging" Version="8.6.1.0" />
8-
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="8.6.1.0" />
7+
<Assembly Name="Microsoft.IdentityModel.Logging" Version="8.9.0.0" />
8+
<Assembly Name="Microsoft.IdentityModel.LoggingExtensions" Version="8.9.0.0" />
99
<Assembly Name="Microsoft.IdentityModel.ManagedKeyVaultSecurityKey" Version="7.7.1.0" />
10-
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="8.6.1.0" />
11-
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.6.1.0" />
12-
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="8.6.1.0" />
13-
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.6.1.0" />
14-
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="8.6.1.0" />
15-
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="8.6.1.0" />
16-
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="8.6.1.0" />
17-
<Assembly Name="Microsoft.IdentityModel.Validators" Version="8.6.1.0" />
18-
<Assembly Name="Microsoft.IdentityModel.Xml" Version="8.6.1.0" />
19-
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="8.6.1.0" />
10+
<Assembly Name="Microsoft.IdentityModel.Protocols" Version="8.9.0.0" />
11+
<Assembly Name="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.9.0.0" />
12+
<Assembly Name="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="8.9.0.0" />
13+
<Assembly Name="Microsoft.IdentityModel.Protocols.WsFederation" Version="8.9.0.0" />
14+
<Assembly Name="Microsoft.IdentityModel.TestExtensions" Version="8.9.0.0" />
15+
<Assembly Name="Microsoft.IdentityModel.Tokens" Version="8.9.0.0" />
16+
<Assembly Name="Microsoft.IdentityModel.Tokens.Saml" Version="8.9.0.0" />
17+
<Assembly Name="Microsoft.IdentityModel.Validators" Version="8.9.0.0" />
18+
<Assembly Name="Microsoft.IdentityModel.Xml" Version="8.9.0.0" />
19+
<Assembly Name="System.IdentityModel.Tokens.Jwt" Version="8.9.0.0" />
2020
</Assemblies>
2121
<Namespace Name="Microsoft.IdentityModel.Abstractions">
2222
<Type Name="Microsoft.IdentityModel.Abstractions.EventLogLevel" Id="T:Microsoft.IdentityModel.Abstractions.EventLogLevel">
@@ -86,8 +86,11 @@
8686
</Type>
8787
<Type Name="Microsoft.IdentityModel.JsonWebTokens.JsonWebToken" Id="T:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken">
8888
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.#ctor(System.ReadOnlyMemory{System.Char})" />
89+
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.#ctor(System.ReadOnlyMemory{System.Char},Microsoft.IdentityModel.Tokens.TryReadJwtClaim)" />
8990
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.#ctor(System.String)" />
91+
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.#ctor(System.String,Microsoft.IdentityModel.Tokens.TryReadJwtClaim)" />
9092
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.#ctor(System.String,System.String)" />
93+
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.#ctor(System.String,System.String,Microsoft.IdentityModel.Tokens.TryReadJwtClaim)" />
9194
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.GetClaim(System.String)" />
9295
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.GetHeaderValue``1(System.String)" />
9396
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.GetPayloadValue``1(System.String)" />
@@ -154,6 +157,7 @@
154157
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary{System.String,System.Object})" />
155158
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String)" />
156159
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})" />
160+
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadJsonWebToken(System.ReadOnlyMemory{System.Char})" />
157161
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadJsonWebToken(System.String)" />
158162
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(System.String)" />
159163
<Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ResolveTokenDecryptionKey(System.String,Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters)" />
@@ -1376,6 +1380,14 @@
13761380
<Member Id="M:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity.HasClaim(System.String,System.String)" />
13771381
<Member Id="P:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity.SecurityToken" />
13781382
</Type>
1383+
<Type Name="Microsoft.IdentityModel.Tokens.Cnf" Id="T:Microsoft.IdentityModel.Tokens.Cnf">
1384+
<Member Id="M:Microsoft.IdentityModel.Tokens.Cnf.#ctor" />
1385+
<Member Id="M:Microsoft.IdentityModel.Tokens.Cnf.#ctor(System.String)" />
1386+
<Member Id="P:Microsoft.IdentityModel.Tokens.Cnf.Jku" />
1387+
<Member Id="P:Microsoft.IdentityModel.Tokens.Cnf.JsonWebKey" />
1388+
<Member Id="P:Microsoft.IdentityModel.Tokens.Cnf.Jwe" />
1389+
<Member Id="P:Microsoft.IdentityModel.Tokens.Cnf.Kid" />
1390+
</Type>
13791391
<Type Name="Microsoft.IdentityModel.Tokens.CompressionAlgorithms" Id="T:Microsoft.IdentityModel.Tokens.CompressionAlgorithms">
13801392
<Member Id="F:Microsoft.IdentityModel.Tokens.CompressionAlgorithms.Deflate" />
13811393
<Member Id="M:Microsoft.IdentityModel.Tokens.CompressionAlgorithms.#ctor" />
@@ -1389,6 +1401,13 @@
13891401
<Member Id="P:Microsoft.IdentityModel.Tokens.CompressionProviderFactory.CustomCompressionProvider" />
13901402
<Member Id="P:Microsoft.IdentityModel.Tokens.CompressionProviderFactory.Default" />
13911403
</Type>
1404+
<Type Name="Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes" Id="T:Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes">
1405+
<Member Id="F:Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes.Cnf" />
1406+
<Member Id="F:Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes.Jku" />
1407+
<Member Id="F:Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes.Jwe" />
1408+
<Member Id="F:Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes.Jwk" />
1409+
<Member Id="F:Microsoft.IdentityModel.Tokens.ConfirmationClaimTypes.Kid" />
1410+
</Type>
13921411
<Type Name="Microsoft.IdentityModel.Tokens.CryptoProviderCache" Id="T:Microsoft.IdentityModel.Tokens.CryptoProviderCache">
13931412
<Member Id="M:Microsoft.IdentityModel.Tokens.CryptoProviderCache.#ctor" />
13941413
<Member Id="M:Microsoft.IdentityModel.Tokens.CryptoProviderCache.GetCacheKey(Microsoft.IdentityModel.Tokens.SecurityKey,System.String,System.String)" />
@@ -1612,6 +1631,10 @@
16121631
<Member Id="F:Microsoft.IdentityModel.Tokens.JsonWebKeyUseNames.Enc" />
16131632
<Member Id="F:Microsoft.IdentityModel.Tokens.JsonWebKeyUseNames.Sig" />
16141633
</Type>
1634+
<Type Name="Microsoft.IdentityModel.Tokens.JwtSegmentType" Id="T:Microsoft.IdentityModel.Tokens.JwtSegmentType">
1635+
<Member Id="F:Microsoft.IdentityModel.Tokens.JwtSegmentType.Header" />
1636+
<Member Id="F:Microsoft.IdentityModel.Tokens.JwtSegmentType.Payload" />
1637+
</Type>
16151638
<Type Name="Microsoft.IdentityModel.Tokens.KeyWrapProvider" Id="T:Microsoft.IdentityModel.Tokens.KeyWrapProvider">
16161639
<Member Id="M:Microsoft.IdentityModel.Tokens.KeyWrapProvider.#ctor" />
16171640
<Member Id="M:Microsoft.IdentityModel.Tokens.KeyWrapProvider.Dispose" />
@@ -2073,6 +2096,7 @@
20732096
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TransformBeforeSignatureValidation" />
20742097
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TryAllDecryptionKeys" />
20752098
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TryAllIssuerSigningKeys" />
2099+
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TryReadJwtClaim" />
20762100
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TypeValidator" />
20772101
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.ValidAlgorithms" />
20782102
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.ValidateActor" />
@@ -2103,6 +2127,7 @@
21032127
<Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationResult.TokenType" />
21042128
</Type>
21052129
<Type Name="Microsoft.IdentityModel.Tokens.TransformBeforeSignatureValidation" Id="T:Microsoft.IdentityModel.Tokens.TransformBeforeSignatureValidation" />
2130+
<Type Name="Microsoft.IdentityModel.Tokens.TryReadJwtClaim" Id="T:Microsoft.IdentityModel.Tokens.TryReadJwtClaim" />
21062131
<Type Name="Microsoft.IdentityModel.Tokens.TypeValidator" Id="T:Microsoft.IdentityModel.Tokens.TypeValidator" />
21072132
<Type Name="Microsoft.IdentityModel.Tokens.UniqueId" Id="T:Microsoft.IdentityModel.Tokens.UniqueId">
21082133
<Member Id="M:Microsoft.IdentityModel.Tokens.UniqueId.CreateRandomId" />

0 commit comments

Comments
 (0)