You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets or sets the time provider used for time validation.
546
+
/// </summary>
547
+
/// <remarks>
548
+
/// If not set, validators will fall back to using the <see cref="DateTime"/> class to obtain the current time.
549
+
/// </remarks>
550
+
publicTimeProviderTimeProvider{get;set;}
551
+
#endif
552
+
540
553
/// <summary>
541
554
/// Gets or sets the <see cref="SecurityKey"/> that is to be used for decryption.
542
555
/// </summary>
@@ -646,7 +659,7 @@ public string RoleClaimType
646
659
/// Gets or sets a boolean that controls if validation of the <see cref="SecurityKey"/> that signed the securityToken is called.
647
660
/// </summary>
648
661
/// <remarks>It is possible for tokens to contain the public key needed to check the signature. For example, X509Data can be hydrated into an X509Certificate,
649
-
/// which can be used to validate the signature. In these cases it is important to validate the SigningKey that was used to validate the signature.
662
+
/// which can be used to validate the signature. In these cases it is important to validate the SigningKey that was used to validate the signature.
650
663
/// This boolean only applies to default signing key validation. If <see cref= "IssuerSigningKeyValidator" /> is set, it will be called regardless of whether this
651
664
/// property is true or false.
652
665
/// The default is <c>false</c>.
@@ -676,7 +689,7 @@ public string RoleClaimType
676
689
677
690
/// <summary>
678
691
/// Gets or sets a boolean to control if the token replay will be validated during token validation.
679
-
/// </summary>
692
+
/// </summary>
680
693
/// <remarks>
681
694
/// This boolean only applies to default token replay validation. If <see cref= "TokenReplayValidator" /> is set, it will be called regardless of whether this
0 commit comments