DSSPUBKEY

The DSSPUBKEY structure contains information specific to the particular public key contained in the key blob.

typdef struct _PUBKEY {
    DWORD magic;
    DWORD bitlen;
} DSSPUBKEY;
 

Members

magic
This must always be set to 0x31535344, the ASCII encoding of "DSS1".
bitlen
Number of bits in the DSS key blob's prime, P.

See Also

BLOBHEADER, DSSSEED, RSAPUBKEY