4.85.2
26 Jun 26
Toggle Dropdown
Version 4
4.87.1-preview.2
12 Aug 26
4.87.0
24 Jul 26
4.86.1
15 Jul 26
4.86.1-azure-arc-preview
15 Jul 26
4.86.0
8 Jul 26
4.85.2
26 Jun 26
4.85.1
23 Jun 26
4.85.0
19 Jun 26
4.84.2
4 Jun 26
4.84.2-preview4-GetManagedIdentityCapabilitiesAsync
3 Jun 26
Compare to version...
with 4.84.2
Toggle Dropdown
Version 4
4.87.1-preview.2
12 Aug 26
4.87.0
24 Jul 26
4.86.1
15 Jul 26
4.86.1-azure-arc-preview
15 Jul 26
4.86.0
8 Jul 26
4.85.2
26 Jun 26
4.85.1
23 Jun 26
4.85.0
19 Jun 26
4.84.2
4 Jun 26
4.84.2-preview4-GetManagedIdentityCapabilitiesAsync
3 Jun 26
Download Package
Open in NuGet
<
PackageReference
Include
=
"Microsoft.Identity.Client"
Version
=
"4.85.2"
/>
API Differences between 4.85.2 and 4.84.2
13
Additions
0
Removals
Microsoft.Identity.Client
public
enum
AzureCloudInstance
GovDe
=
6
GovFr
=
5
GovSg
=
7
public
static
class
ManagedIdentityPopExtensions
public
static
AcquireTokenForManagedIdentityParameterBuilder
WithMtlsProofOfPossession
(
this
AcquireTokenForManagedIdentityParameterBuilder
builder
,
PoPOptions
options
)
public
static
class
MsalError
public
const
string
MinStrengthNotMet
=
"min_strength_not_met"
public
class
MsalServiceException
:
MsalException
public
string
SubErrorForLogging
{
get
; }
Microsoft.Identity.Client.AppConfig
public
class
PoPOptions
public
MtlsBindingStrength
MinStrength
{
get
;
set
; }
public
PoPOptions
()
Microsoft.Identity.Client.Extensibility
public
static
class
AbstractConfidentialClientAcquireTokenParameterBuilderExtension
public
static
AbstractAcquireTokenParameterBuilder
<
T
>
WithOtelTagsEnricher
<
T
>(
this
AbstractAcquireTokenParameterBuilder
<
T
>
builder
,
Action
<
ExecutionResult
,
IList
<
KeyValuePair
<
string
,
object
>>>
tagsEnricher
) where
T
:
AbstractAcquireTokenParameterBuilder
<
T
>
public
static
class
AcquireTokenParameterBuilderExtensions
public
static
T
WithCachePartitionKey
<
T
>(
this
BaseAbstractAcquireTokenParameterBuilder
<
T
>
builder
,
string
key
,
string
value
,
bool
partitionRefreshToken
) where
T
:
BaseAbstractAcquireTokenParameterBuilder
<
T
>
public
static
class
MsalMetricsCatalog
public
static
IReadOnlyDictionary
<
string
,
IReadOnlyList
<
string
>>
CanonicalTagsByMetric
{
get
; }