The DSSSEED structure holds the seed and counter values that may be used to verify the primes of the DSS public key.
typdef struct _DSSSEED { DWORD counter; BYTE seed[20]; } DSSSEED;
BLOBHEADER, DSSPUBKEY, RSAPUBKEY