<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.22.0" />

Microsoft.IdentityModel.Tokens.Experimental.ValidatedSignatureKey

Represents a validated signature key.
namespace Microsoft.IdentityModel.Tokens.Experimental { public readonly struct ValidatedSignatureKey : IEquatable<ValidatedSignatureKey> { public DateTime? ValidFrom { get; } public DateTime? ValidTo { get; } public DateTime? ValidationTime { get; } public static bool operator ==(ValidatedSignatureKey left, ValidatedSignatureKey right); public static bool operator !=(ValidatedSignatureKey left, ValidatedSignatureKey right); public bool Equals(ValidatedSignatureKey other); } }