DSSPUBKEY structure

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

Syntax

typedef 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.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wincrypt.h

See also

PUBLICKEYSTRUC

DSSSEED

RSAPUBKEY