CryptAcquirecontext CRYPT_MACHINE_KEYSET

From: sunit (sunit_at_newsgroup.nospam)
Date: 10/20/05


Date: Thu, 20 Oct 2005 05:02:43 +0530

What I read in MSDN is that the container and its keys are accessed by the creater only.So if i am writing a service and want to use the container then I should use CRYPT_MACHINE_KEYSET

But in http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B238187

I read

 By default, when a key container is created, the local system and the creator are the only users who have access to the container .

So if my Service is Log On As Local System,do I have to use CRYPT_MACHINE_KEYSET .

Pls Clarify me.Thanx in advance.



Relevant Pages

  • Re: Frage zu Generics
    ... verletzen, denn dann würde jemand, der aus derselben Liste mit get ... some implementations prohibit null keys and ... als ein Objekt nach dem abholen aus dem Container ...
    (de.comp.lang.java)
  • Re: Clojure hash table accessors in CL
    ... for their hash map. ... So the predicate loops over container values. ... For looping over keys ...
    (comp.lang.lisp)
  • Re: Looking for tutorial info on data structures
    ... > together container of pointers, indices, keys, module position ... > data structures for commonly encountered tasks, ... > pointers to a common reference container of data elements. ...
    (comp.unix.programmer)
  • Re: When shouldnt I use default key container in CryptAcquireContext?
    ... It is not recommended that you use the NULL container. ... > generate key pair in application, but use standard certificates and keys. ... > I use CryptAcquireContext and on some computers receive BAD_KEYSET error. ... > HCRYPTPROV hCryptProv; ...
    (microsoft.public.platformsdk.security)
  • Re: Data structure for sorted list
    ... If the keys are not unique then you need to use multimap or multiset. ... <MSDN Excerpt> ... The map should be the associative container of choice when the ...
    (microsoft.public.vc.mfc)