Skip to main content

CodeSignKeyPairStatistics

Code Sign Key Pair Statistics

type CodeSignKeyPairStatistics {
totalSignings: Int
lastDaySignings: Int
}

Fields

CodeSignKeyPairStatistics.totalSignings ● Int scalar

The total number of signing operations that have been performed using this Signing Key at any point since it was created.

CodeSignKeyPairStatistics.lastDaySignings ● Int scalar

The total number of signing operations that have been performed using this Signing Key within the last 24 hours.

Member Of

CodeSignSigningKey object