Microsoft.Identity.Client.Internal.ClientCredential.CredentialContext sealed class CredentialContext Documentation Code public string Authority { get; set; } public string Claims { get; set; } public string ClientAssertionFmiPath { get; set; } public IEnumerable<string> ClientCapabilities { get; set; } public string ClientId { get; set; } public Guid CorrelationId { get; set; } public ICryptographyManager CryptographyManager { get; set; } public string ExtraClientAssertionClaims { get; set; } public ILoggerAdapter Logger { get; set; } public CredentialTransportProtocol Mode { get; set; } public bool SendX5C { get; set; } public string TenantId { get; set; } public string TokenEndpoint { get; set; } public bool UseSha2 { get; set; } public CredentialContext()