Skip to content

Commit 01c3908

Browse files
author
Theo Dumitrescu (from Dev Box)
committed
removed ChannelBinding from ValidatoinActions.All
1 parent f0d7194 commit 01c3908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kerberos.NET/ValidationAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ public enum ValidationActions
7878
/// <summary>
7979
/// Indicates all validation actions must be invoked.
8080
/// </summary>
81-
All = ClientPrincipalIdentifier | Realm | TokenWindow | StartTime | EndTime | Replay | Pac | RenewTill | ChannelBinding
81+
All = ClientPrincipalIdentifier | Realm | TokenWindow | StartTime | EndTime | Replay | Pac | RenewTill
8282
}
8383
}

0 commit comments

Comments
 (0)