CryptAcquireContext() question.

From: Indraneel Sarkar (ISARKAR_at_novell.com)
Date: 12/19/03


Date: Thu, 18 Dec 2003 17:07:53 -0700

I have the following results while trying to call CryptAcquireContext().
1. User is a normal user, or administrator — success.
2. User belongs to Guests group — 0x80090024 (The profile for the user is a
temporary profile).
3. User belongs to both "Administrators" and "Guests" — success.
4. User belongs to both "Users" and "Guests" — 0x80090024 (The profile for
the user is a temporary profile).

I understand cases 1, 2 and 3. However, why should case 4 fail? If the user
is a part of Users group, why should guests take precedence?

-Indraneel