Skip to content

Commit 4faf727

Browse files
committed
fix: update the remarks to state that the default value is true
1 parent 582ad50 commit 4faf727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.IdentityModel.Tokens/Validation/ValidationParameters.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public TokenReplayValidationDelegate TokenReplayValidator
531531
/// If the IssuerSigningKeyResolver is unable to resolve the key when validating the signature of the SecurityToken,
532532
/// all available keys will be tried.
533533
/// </summary>
534-
/// <remarks>Default is false.</remarks>
534+
/// <remarks>Default is true.</remarks>
535535
[DefaultValue(true)]
536536
public bool TryAllIssuerSigningKeys { get; set; }
537537

0 commit comments

Comments
 (0)