Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors