Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 3.24 KB

ns-wincrypt-ctl_any_subject_info.md

File metadata and controls

88 lines (65 loc) · 3.24 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CTL_ANY_SUBJECT_INFO
CTL_ANY_SUBJECT_INFO (wincrypt.h)
Contains a SubjectAlgorithm to be matched in the certificate trust list (CTL) and the SubjectIdentifier to be matched in one of the CTL entries in calls to CertFindSubjectInCTL.
*PCTL_ANY_SUBJECT_INFO
CTL_ANY_SUBJECT_INFO
CTL_ANY_SUBJECT_INFO structure [Security]
PCTL_ANY_SUBJECT_INFO
PCTL_ANY_SUBJECT_INFO structure pointer [Security]
_crypto2_ctl_any_subject_info
security.ctl_any_subject_info
wincrypt/CTL_ANY_SUBJECT_INFO
wincrypt/PCTL_ANY_SUBJECT_INFO
security\ctl_any_subject_info.htm
security
367e9914-b69b-47ad-a20a-3dd067708787
12/05/2018
*PCTL_ANY_SUBJECT_INFO, CTL_ANY_SUBJECT_INFO, CTL_ANY_SUBJECT_INFO structure [Security], PCTL_ANY_SUBJECT_INFO, PCTL_ANY_SUBJECT_INFO structure pointer [Security], _crypto2_ctl_any_subject_info, security.ctl_any_subject_info, wincrypt/CTL_ANY_SUBJECT_INFO, wincrypt/PCTL_ANY_SUBJECT_INFO
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CTL_ANY_SUBJECT_INFO, *PCTL_ANY_SUBJECT_INFO
19H1
_CTL_ANY_SUBJECT_INFO
wincrypt/_CTL_ANY_SUBJECT_INFO
PCTL_ANY_SUBJECT_INFO
wincrypt/PCTL_ANY_SUBJECT_INFO
CTL_ANY_SUBJECT_INFO
wincrypt/CTL_ANY_SUBJECT_INFO
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CTL_ANY_SUBJECT_INFO

CTL_ANY_SUBJECT_INFO structure

-description

The CTL_ANY_SUBJECT_INFO structure contains a SubjectAlgorithm to be matched in the certificate trust list (CTL) and the SubjectIdentifier to be matched in one of the CTL entries in calls to CertFindSubjectInCTL.

-struct-fields

-field SubjectAlgorithm

CRYPT_ALGORITHM_IDENTIFIER structure containing the object identifier (OID) of an algorithm type and any associated additional parameters. The pszObjId can be set to NULL to exclude a SubjectAlgorithm comparison.

-field SubjectIdentifier

BLOB containing a unique identifier of the subject.

-see-also

CRYPT_ALGORITHM_IDENTIFIER

CRYPT_INTEGER_BLOB

CTL_FIND_SUBJECT_PARA

CertFindCTLInStore

CertFindSubjectInCTL