struttura CRYPT_CREDENTIALS (wincrypt.h)
La struttura CRYPT_CREDENTIALS contiene informazioni sulle credenziali che possono essere passate come input facoltativo a una funzione di recupero di oggetti remoti, ad esempio CryptRetrieveObjectByUrl o CryptGetTimeValidObject.
Sintassi
typedef struct _CRYPT_CREDENTIALS {
DWORD cbSize;
LPCSTR pszCredentialsOid;
LPVOID pvCredentials;
} CRYPT_CREDENTIALS, *PCRYPT_CREDENTIALS;
Members
cbSize
Dimensioni in byte di questa struttura.
pszCredentialsOid
Puntatore a una stringa con terminazione null contenente il tipo di oggetto credenziale rappresentato dal membro pvCredentials .
Questo membro può contenere il valore possibile seguente.
Valore | Significato |
---|---|
|
Il membro pvCredentials contiene una struttura CRYPT_PASSWORD_CREDENTIALS che rappresenta una combinazione di nome utente e password. |
pvCredentials
Puntatore a una struttura definita dal membro pszCredentialsOid .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | wincrypt.h |