<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview" />

Microsoft.Identity.Client.AuthScheme.CredentialEvaluationContext

public sealed class CredentialEvaluationContext
Runtime context that MSAL hands to an IAuthenticationOperation3 implementation once per token request, after MSAL has evaluated the credentials that will be used for the request. The operation reads the properties it needs and prepares to format the result.

The mTLS certificate MSAL will use on the wire for the current token request. Refreshed per request — operations must not cache this value across requests.

Initializes a new instance of CredentialEvaluationContext.