struttura CERT_LDAP_STORE_OPENED_PARA (wincrypt.h)
La struttura CERT_LDAP_STORE_OPENED_PARA viene usata con la funzione CertOpenStore quando il provider di CERT_STORE_PROV_LDAP viene specificato usando il flag CERT_LDAP_STORE_OPENED_FLAG per specificare sia la sessione LDAP esistente da usare per eseguire la query sia la stringa di query LDAP.
Sintassi
typedef struct _CERT_LDAP_STORE_OPENED_PARA {
void *pvLdapSessionHandle;
LPCWSTR pwszLdapUrl;
} CERT_LDAP_STORE_OPENED_PARA, *PCERT_LDAP_STORE_OPENED_PARA;
Members
pvLdapSessionHandle
Handle della sessione LDAP esistente. Si tratta dell'handle restituito dalla funzione ldap_init .
pwszLdapUrl
Indirizzo di una stringa Unicode con terminazione null contenente la stringa di query LDAP. Per altre informazioni sulle stringhe di query LDAP, vedere Dialetto LDAP.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |