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

Microsoft.IdentityModel.Tokens.Experimental.ValidatedSignatureKey

Represents a validated signature key.
public DateTime? ValidationTime { get; }

The time the validation occurred.

public DateTime? ValidFrom { get; }

The date from which the signing key is considered valid.

public DateTime? ValidTo { get; }

The date until which the signing key is considered valid.

Equality comparison operator for ValidatedSignatureKey.

Inequality comparison operator for ValidatedSignatureKey.

public bool Equals(ValidatedSignatureKey other)

Determines whether the specified ValidatedSignatureKey is equal to the current instance.