ReactOS 0.4.16-dev-965-gf669426
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cPermittedSubtree |
PCERT_GENERAL_SUBTREE | rgPermittedSubtree |
DWORD | cExcludedSubtree |
PCERT_GENERAL_SUBTREE | rgExcludedSubtree |
Definition at line 577 of file wincrypt.h.
DWORD _CERT_NAME_CONSTRAINTS_INFO::cExcludedSubtree |
Definition at line 580 of file wincrypt.h.
Referenced by alt_name_matches_excluded_name(), compare_subject_with_constraints(), CRYPT_AsnEncodeNameConstraints(), dump_name_constraints(), rfc822_attr_matches_excluded_name(), test_decodeNameConstraints(), and test_encodeNameConstraints().
DWORD _CERT_NAME_CONSTRAINTS_INFO::cPermittedSubtree |
Definition at line 578 of file wincrypt.h.
Referenced by alt_name_matches_permitted_name(), compare_subject_with_constraints(), CRYPT_AsnEncodeNameConstraints(), dump_name_constraints(), rfc822_attr_matches_permitted_name(), test_decodeNameConstraints(), and test_encodeNameConstraints().
PCERT_GENERAL_SUBTREE _CERT_NAME_CONSTRAINTS_INFO::rgExcludedSubtree |
Definition at line 581 of file wincrypt.h.
Referenced by alt_name_matches_excluded_name(), compare_subject_with_constraints(), CRYPT_AsnEncodeNameConstraints(), dump_name_constraints(), rfc822_attr_matches_excluded_name(), test_decodeNameConstraints(), and test_encodeNameConstraints().
PCERT_GENERAL_SUBTREE _CERT_NAME_CONSTRAINTS_INFO::rgPermittedSubtree |
Definition at line 579 of file wincrypt.h.
Referenced by alt_name_matches_permitted_name(), compare_subject_with_constraints(), CRYPT_AsnEncodeNameConstraints(), dump_name_constraints(), rfc822_attr_matches_permitted_name(), test_decodeNameConstraints(), and test_encodeNameConstraints().