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

Microsoft.Identity.Client.Kerberos.KerberosSupplementalTicket

Class for Kerberos tickets that are included as claims and used as a supplemental token in an OAuth/OIDC protocol response.
namespace Microsoft.Identity.Client.Kerberos { public class KerberosSupplementalTicket { public string ClientKey { get; set; } public KerberosKeyTypes KeyType { get; set; } public string KerberosMessageBuffer { get; set; } public string ErrorMessage { get; set; } public string Realm { get; set; } public string ServicePrincipalName { get; set; } public string ClientName { get; set; } public KerberosSupplementalTicket(); public KerberosSupplementalTicket(string errorMessage); } }