ReactOS 0.4.16-dev-1481-ga753f34
|
#include <wincrypt.h>
Public Attributes | |
DWORD | cPermittedSubtree |
PCERT_GENERAL_SUBTREE | rgPermittedSubtree |
DWORD | cExcludedSubtree |
PCERT_GENERAL_SUBTREE | rgExcludedSubtree |
Definition at line 590 of file wincrypt.h.
DWORD _CERT_NAME_CONSTRAINTS_INFO::cExcludedSubtree |
Definition at line 593 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 591 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 594 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 592 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().