CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure
The CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA structure is used with the CryptInstallDefaultContext function to contain an array of object identifier strings.
Syntax
typedef struct _CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA { DWORD cOID; LPSTR *rgpszOID; } CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA, *PCRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA;
Members
- cOID
-
The number of elements in the rgpszOID array.
- 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.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also