Microsoft.Identity.Client.ManagedIdentity.V2.MsiCertificateFriendlyNameEncoder
Encodes/decodes the X.509 FriendlyName used by MSAL for mTLS-bound certificates.
Best-effort only: methods are non-throwing so certificate persistence never blocks auth.
Decodes friendly name into alias and endpointBase.
Returns false on invalid input. We do not want to throw from here.
Because persistent store is best-effort.
Encodes alias and endpointBase into friendly name.
Returns false on invalid input. We do not want to throw from here.
Because persistent store is best-effort.