Microsoft.Identity.Client.AppConfig
Namespace with 4 public types
Classes
CertificateOptions
Represents configuration options for certificate handling or management.
ManagedIdentityId
Class to store configuration for a managed identity enabled on a resource.
For a system assigned managed identity use ManagedIdentityId.SystemAssigned.
For user assigned managed identity use ManagedIdentityId.WithUserAssignedClientId("clientId") or
ManagedIdentityId.WithUserAssignedResourceId("resourceId") or
ManagedIdentityId.WithUserAssignedObjectId("objectid").
For more details see https://aka.ms/msal-net-managed-identity
PoPAuthenticationConfiguration
Details about the HTTP request and configuration properties used to construct a proof of possession request.
Enumerations
MtlsBindingStrength
Describes the strength with which a token can be bound to a cryptographic key on the
current host. Higher values indicate stronger binding. The value reflects what the host
is capable of producing, not what a particular request used.