CryptAcquireContext() question.
From: Indraneel Sarkar (ISARKAR_at_novell.com)
Date: 12/19/03
- Next message: Jeffrey Hamblin: "Re: Detecting Process Privileges"
- Previous message: Vishal Agarwal[MSFT]: "Re: Certificate services query"
- Next in thread: Rhett Gong: "RE: CryptAcquireContext() question."
- Reply: Rhett Gong: "RE: CryptAcquireContext() question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Jeffrey Hamblin: "Re: Detecting Process Privileges"
- Previous message: Vishal Agarwal[MSFT]: "Re: Certificate services query"
- Next in thread: Rhett Gong: "RE: CryptAcquireContext() question."
- Reply: Rhett Gong: "RE: CryptAcquireContext() question."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]