ReactOS 0.4.17-dev-470-gf9e3448
_BCRYPT_RSAKEY_BLOB Struct Reference

#include <bcrypt.h>

Public Attributes

ULONG Magic
 
ULONG BitLength
 
ULONG cbPublicExp
 
ULONG cbModulus
 
ULONG cbPrime1
 
ULONG cbPrime2
 

Detailed Description

Definition at line 290 of file bcrypt.h.

Member Data Documentation

◆ BitLength

ULONG _BCRYPT_RSAKEY_BLOB::BitLength

Definition at line 293 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey().

◆ cbModulus

ULONG _BCRYPT_RSAKEY_BLOB::cbModulus

Definition at line 295 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey().

◆ cbPrime1

ULONG _BCRYPT_RSAKEY_BLOB::cbPrime1

Definition at line 296 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey().

◆ cbPrime2

ULONG _BCRYPT_RSAKEY_BLOB::cbPrime2

Definition at line 297 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey().

◆ cbPublicExp

ULONG _BCRYPT_RSAKEY_BLOB::cbPublicExp

Definition at line 294 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey().

◆ Magic

ULONG _BCRYPT_RSAKEY_BLOB::Magic

Definition at line 292 of file bcrypt.h.

Referenced by CNG_ImportRSAPubKey().


The documentation for this struct was generated from the following file: