We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab72c3d commit 08b4fb7Copy full SHA for 08b4fb7
1 file changed
NtApiDotNet/Win32/Security/Authentication/Kerberos/KerberosChecksumGssApi.cs
@@ -76,7 +76,6 @@ internal override void Format(StringBuilder builder)
76
if (Credentials != null)
77
{
78
builder.AppendLine($"Delegate Opt ID : {DelegationOptionIdentifier}");
79
- builder.AppendLine("Kerb Credential :");
80
builder.AppendLine(Credentials.Format());
81
}
82
if (Extensions != null)
0 commit comments