|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Framework Name="msal-web-dotnet-latest"> |
3 | 3 | <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" /> |
6 | 6 | <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" /> |
9 | 9 | <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" /> |
20 | 20 | </Assemblies> |
21 | 21 | <Namespace Name="Microsoft.IdentityModel.Abstractions"> |
22 | 22 | <Type Name="Microsoft.IdentityModel.Abstractions.EventLogLevel" Id="T:Microsoft.IdentityModel.Abstractions.EventLogLevel"> |
|
86 | 86 | </Type> |
87 | 87 | <Type Name="Microsoft.IdentityModel.JsonWebTokens.JsonWebToken" Id="T:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken"> |
88 | 88 | <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)" /> |
89 | 90 | <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)" /> |
90 | 92 | <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)" /> |
91 | 94 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.GetClaim(System.String)" /> |
92 | 95 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.GetHeaderValue``1(System.String)" /> |
93 | 96 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken.GetPayloadValue``1(System.String)" /> |
|
154 | 157 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary{System.String,System.Object})" /> |
155 | 158 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String)" /> |
156 | 159 | <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})" /> |
157 | 161 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadJsonWebToken(System.String)" /> |
158 | 162 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ReadToken(System.String)" /> |
159 | 163 | <Member Id="M:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ResolveTokenDecryptionKey(System.String,Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters)" /> |
|
1376 | 1380 | <Member Id="M:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity.HasClaim(System.String,System.String)" /> |
1377 | 1381 | <Member Id="P:Microsoft.IdentityModel.Tokens.CaseSensitiveClaimsIdentity.SecurityToken" /> |
1378 | 1382 | </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> |
1379 | 1391 | <Type Name="Microsoft.IdentityModel.Tokens.CompressionAlgorithms" Id="T:Microsoft.IdentityModel.Tokens.CompressionAlgorithms"> |
1380 | 1392 | <Member Id="F:Microsoft.IdentityModel.Tokens.CompressionAlgorithms.Deflate" /> |
1381 | 1393 | <Member Id="M:Microsoft.IdentityModel.Tokens.CompressionAlgorithms.#ctor" /> |
|
1389 | 1401 | <Member Id="P:Microsoft.IdentityModel.Tokens.CompressionProviderFactory.CustomCompressionProvider" /> |
1390 | 1402 | <Member Id="P:Microsoft.IdentityModel.Tokens.CompressionProviderFactory.Default" /> |
1391 | 1403 | </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> |
1392 | 1411 | <Type Name="Microsoft.IdentityModel.Tokens.CryptoProviderCache" Id="T:Microsoft.IdentityModel.Tokens.CryptoProviderCache"> |
1393 | 1412 | <Member Id="M:Microsoft.IdentityModel.Tokens.CryptoProviderCache.#ctor" /> |
1394 | 1413 | <Member Id="M:Microsoft.IdentityModel.Tokens.CryptoProviderCache.GetCacheKey(Microsoft.IdentityModel.Tokens.SecurityKey,System.String,System.String)" /> |
|
1612 | 1631 | <Member Id="F:Microsoft.IdentityModel.Tokens.JsonWebKeyUseNames.Enc" /> |
1613 | 1632 | <Member Id="F:Microsoft.IdentityModel.Tokens.JsonWebKeyUseNames.Sig" /> |
1614 | 1633 | </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> |
1615 | 1638 | <Type Name="Microsoft.IdentityModel.Tokens.KeyWrapProvider" Id="T:Microsoft.IdentityModel.Tokens.KeyWrapProvider"> |
1616 | 1639 | <Member Id="M:Microsoft.IdentityModel.Tokens.KeyWrapProvider.#ctor" /> |
1617 | 1640 | <Member Id="M:Microsoft.IdentityModel.Tokens.KeyWrapProvider.Dispose" /> |
|
2073 | 2096 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TransformBeforeSignatureValidation" /> |
2074 | 2097 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TryAllDecryptionKeys" /> |
2075 | 2098 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TryAllIssuerSigningKeys" /> |
| 2099 | + <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TryReadJwtClaim" /> |
2076 | 2100 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.TypeValidator" /> |
2077 | 2101 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.ValidAlgorithms" /> |
2078 | 2102 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationParameters.ValidateActor" /> |
|
2103 | 2127 | <Member Id="P:Microsoft.IdentityModel.Tokens.TokenValidationResult.TokenType" /> |
2104 | 2128 | </Type> |
2105 | 2129 | <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" /> |
2106 | 2131 | <Type Name="Microsoft.IdentityModel.Tokens.TypeValidator" Id="T:Microsoft.IdentityModel.Tokens.TypeValidator" /> |
2107 | 2132 | <Type Name="Microsoft.IdentityModel.Tokens.UniqueId" Id="T:Microsoft.IdentityModel.Tokens.UniqueId"> |
2108 | 2133 | <Member Id="M:Microsoft.IdentityModel.Tokens.UniqueId.CreateRandomId" /> |
|
0 commit comments