ReactOS 0.4.16-dev-91-g764881a
|
#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 208 of file wincrypt.h.
DWORD _CRYPT_KEY_PROV_INFO::cProvParam |
Definition at line 213 of file wincrypt.h.
Referenced by CRYPT_CopyKeyProvInfo(), testAcquireCertPrivateKey(), and testAcquireSecurityContext().
DWORD _CRYPT_KEY_PROV_INFO::dwFlags |
Definition at line 212 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), CRYPT_CopyKeyProvInfo(), find_key_prov_info_in_provider(), find_matching_provider(), key_prov_info_matches_cert(), testAcquireCertPrivateKey(), and testAcquireSecurityContext().
DWORD _CRYPT_KEY_PROV_INFO::dwKeySpec |
Definition at line 215 of file wincrypt.h.
Referenced by CertCreateSelfSignCertificate(), container_matches_cert(), CRYPT_CopyKeyProvInfo(), testAcquireCertPrivateKey(), testAcquireSecurityContext(), and testCreateSelfSignCert().
DWORD _CRYPT_KEY_PROV_INFO::dwProvType |
Definition at line 211 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(), and testAcquireSecurityContext().
LPWSTR _CRYPT_KEY_PROV_INFO::pwszContainerName |
Definition at line 209 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(), and testCreateSelfSignCert().
LPWSTR _CRYPT_KEY_PROV_INFO::pwszProvName |
Definition at line 210 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(), and testCreateSelfSignCert().
PCRYPT_KEY_PROV_PARAM _CRYPT_KEY_PROV_INFO::rgProvParam |
Definition at line 214 of file wincrypt.h.
Referenced by CRYPT_CopyKeyProvInfo(), testAcquireCertPrivateKey(), and testAcquireSecurityContext().