Re: CryptRetrieveObjectByUrl
From: Kelvin Yiu [MS] (kelviny_at_online.microsoft.com)
Date: 01/05/05
- Next message: Param: "Re: CryptRetrieveObjectByUrl"
- Previous message: Logan: "Check SID for GROUP membership"
- In reply to: Param: "CryptRetrieveObjectByUrl"
- Next in thread: Param: "Re: CryptRetrieveObjectByUrl"
- Reply: Param: "Re: CryptRetrieveObjectByUrl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 4 Jan 2005 19:58:15 -0800
The definition for PCRYPT_CREDENTIALS is missing from the MSDN documentation
but it is defined in wincrypt.h in the SDK.
typedef struct _CRYPT_CREDENTIALS {
DWORD cbSize;
LPCSTR pszCredentialsOid;
LPVOID pvCredentials;
} CRYPT_CREDENTIALS, *PCRYPT_CREDENTIALS;
-- Kelvin Yiu [MS] This posting is provided "AS IS" with no warranties, and confers no rights "Param" <Param@discussions.microsoft.com> wrote in message news:FB48EA55-F262-4DA9-A5DD-49B5C7E594FF@microsoft.com... > Hi, > What is PCRYPT_CREDENTIALS pCredentials parameter? > My proxy requires authentication to download any file. > If i use the above method where do i specify the credentials? > > thanx
- Next message: Param: "Re: CryptRetrieveObjectByUrl"
- Previous message: Logan: "Check SID for GROUP membership"
- In reply to: Param: "CryptRetrieveObjectByUrl"
- Next in thread: Param: "Re: CryptRetrieveObjectByUrl"
- Reply: Param: "Re: CryptRetrieveObjectByUrl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|