|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>

Public Attributes | |
| LPWSTR | pwszContainerName |
| LPWSTR | pwszProvName |
| DWORD | dwProvType |
| DWORD | dwFlags |
| DWORD | cProvParam |
| PCRYPT_KEY_PROV_PARAM | rgProvParam |
| DWORD | dwKeySpec |
Definition at line 217 of file wincrypt.h.
| DWORD _CRYPT_KEY_PROV_INFO::cProvParam |
Definition at line 222 of file wincrypt.h.
Referenced by CRYPT_CopyKeyProvInfo(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), and testKeyProvInfo().
| DWORD _CRYPT_KEY_PROV_INFO::dwFlags |
Definition at line 221 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), CRYPT_CopyKeyProvInfo(), find_key_prov_info_in_provider(), find_matching_provider(), key_prov_info_matches_cert(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testCreateSelfSignCert(), and testKeyProvInfo().
| DWORD _CRYPT_KEY_PROV_INFO::dwKeySpec |
Definition at line 224 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), container_matches_cert(), CRYPT_CopyKeyProvInfo(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testCreateSelfSignCert(), and testKeyProvInfo().
| DWORD _CRYPT_KEY_PROV_INFO::dwProvType |
Definition at line 220 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), CRYPT_CopyKeyProvInfo(), find_key_prov_info_in_provider(), find_matching_provider(), key_prov_info_matches_cert(), save_pfx(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testCreateSelfSignCert(), and testKeyProvInfo().
| LPWSTR _CRYPT_KEY_PROV_INFO::pwszContainerName |
Definition at line 218 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), container_matches_cert(), CRYPT_CopyKeyProvInfo(), find_key_prov_info_in_provider(), find_matching_provider(), key_prov_info_matches_cert(), save_pfx(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testCreateSelfSignCert(), and testKeyProvInfo().
| LPWSTR _CRYPT_KEY_PROV_INFO::pwszProvName |
Definition at line 219 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), CRYPT_CopyKeyProvInfo(), find_key_prov_info_in_provider(), find_matching_provider(), key_prov_info_matches_cert(), save_pfx(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), testCreateSelfSignCert(), and testKeyProvInfo().
| PCRYPT_KEY_PROV_PARAM _CRYPT_KEY_PROV_INFO::rgProvParam |
Definition at line 223 of file wincrypt.h.
Referenced by CRYPT_CopyKeyProvInfo(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), and testKeyProvInfo().