Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves cookie information for the supplied URI to be used for proof of possession cookies.
Syntax
HRESULT GetCookieInfoForUri(
[in] LPCWSTR uri,
[out] DWORD *cookieInfoCount,
[out] ProofOfPossessionCookieInfo **cookieInfo
);
Parameters
[in] uri
The URI to retrieve cookie information for. The URI is case-sensitive.
[out] cookieInfoCount
The number of cookies found. *cookieInfoCount
contains the number of elements in cookieInfo.
[out] cookieInfo
A returned array of cookie information objects. You should free the returned array by using FreeProofOfPossessionCookieInfoArray.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | proofofpossessioncookieinfo.h |
DLL | MicrosoftAccountTokenProvider.dll |