ReactOS 0.4.16-dev-319-g6cf4263
|
#include <wincrypt.h>
Public Attributes | |
CERT_ALT_NAME_ENTRY | Base |
DWORD | dwMinimum |
BOOL | fMaximum |
DWORD | dwMaximum |
Definition at line 570 of file wincrypt.h.
CERT_ALT_NAME_ENTRY _CERT_GENERAL_SUBTREE::Base |
Definition at line 571 of file wincrypt.h.
Referenced by alt_name_matches_excluded_name(), alt_name_matches_permitted_name(), compare_subject_with_constraints(), CRYPT_AsnDecodeSubtree(), CRYPT_AsnEncodeGeneralSubtree(), dump_general_subtree(), rfc822_attr_matches_excluded_name(), rfc822_attr_matches_permitted_name(), test_decodeNameConstraints(), and test_encodeNameConstraints().
DWORD _CERT_GENERAL_SUBTREE::dwMaximum |
Definition at line 574 of file wincrypt.h.
Referenced by CRYPT_AsnDecodeMaximum(), CRYPT_AsnEncodeGeneralSubtree(), dump_general_subtree(), and test_encodeNameConstraints().
DWORD _CERT_GENERAL_SUBTREE::dwMinimum |
Definition at line 572 of file wincrypt.h.
Referenced by CRYPT_AsnEncodeGeneralSubtree(), dump_general_subtree(), and test_encodeNameConstraints().
BOOL _CERT_GENERAL_SUBTREE::fMaximum |
Definition at line 573 of file wincrypt.h.
Referenced by CRYPT_AsnDecodeMaximum(), CRYPT_AsnEncodeGeneralSubtree(), dump_general_subtree(), and test_encodeNameConstraints().