High-level signing insights.
public sealed record SigningDashboardSummary(int ActiveCertificates, int CertificatesExpiringSoon, int FailedSignaturesLast7Days, int PendingApprovals) : IEquatable<SigningDashboardSummary>
kind:method, kind:property, kind:ctor. Press Esc to clear.SigningDashboardSummary(Int32, Int32, Int32, Int32)High-level signing insights.ActiveCertificatesTotal active certificates.CertificatesExpiringSoonCertificates expiring within 30 days.FailedSignaturesLast7DaysCount of failed signing attempts in the last week.PendingApprovalsOutstanding approval/workflow items.