<PackageReference Include="Microsoft.Identity.Client" Version="4.83.1" />

Microsoft.Identity.Client.Internal.ClientCredential.ClientCredentialApplicationResult

Result returned by AddConfidentialClientParametersAsync. Contains extra data about how the client credential was applied. Returns the information needed to set JWT-PoP and mTLS transport. Internal and can be extended in the future to return more data as needed.
public static ClientCredentialApplicationResult None { get; }

Shared default instance for the common case where the credential has no extra data to return.

public ClientCredentialApplicationResult(bool useJwtPopClientAssertion, X509Certificate2 mtlsCertificate)