Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 2.93 KB

ns-wincrypt-crypt_default_context_multi_oid_para.md

File metadata and controls

71 lines (60 loc) · 2.93 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._CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA (wincrypt.h)
Used with the CryptInstallDefaultContext function to contain an array of object identifier strings.
*PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure [Security]
PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure pointer [Security]
security.crypt_default_context_multi_oid_para
wincrypt/CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
wincrypt/PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
security\crypt_default_context_multi_oid_para.htm
security
2826ee4f-55b7-4161-8698-3a9b59190dcc
12/05/2018
*PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA, CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA, CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure [Security], PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA, PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure pointer [Security], security.crypt_default_context_multi_oid_para, wincrypt/CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA, wincrypt/PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA, *PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
19H1
_CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
wincrypt/_CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
wincrypt/PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
wincrypt/CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA

CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure

-description

The CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure is used with the CryptInstallDefaultContext function to contain an array of object identifier strings.

-struct-fields

-field cOID

The number of elements in the rgpszOID array.

-field rgpszOID

An array of pointers to null-terminated ANSI strings that contain the object identifier strings of the certificate signature algorithm to install the default provider for, for example, szOID_OIWSEC_md5RSA. The cOID member of this structure contains the number of elements in this array.

-see-also

CryptInstallDefaultContext