RSAPUBKEY (Windows CE 5.0)

Send Feedback

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

typedef struct _RSAPUBKEY {DWORDmagic;DWORDbitlen;DWORDpubexp;} RSAPUBKEY;

Members

  • magic
    Value that is set to RSA1 (0x31415352) for public keys and to RSA2 (0x32415352) for private keys. The hex values are the ASCII encoding of RSA1 and RSA2.
  • bitlen
    Number of bits in the modulus. In practice, this value must always be a multiple of eight.
  • pubexp
    Public exponent.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

PUBLICKEYSTRUC

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.