A question about CryptSetProvParam
From: Frme (frme_at_ukr.net)
Date: 11/11/03
- Next message: David Cross [MS]: "Re: CSR"
- Previous message: MP: "Private Security descriptor on object."
- Next in thread: Pent: "Re: A question about CryptSetProvParam"
- Reply: Pent: "Re: A question about CryptSetProvParam"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 11 Nov 2003 06:51:04 -0800
Good afternoon!!
Now I'm developing my CryptographicServiceProvider (briefly CSP in future).
I have some questions about implementation of a CPSetProvParam function,
to be more exact about PP_KEYSET_SEC_DESCR flag of this function.
So:
1. How can I obtain the length of the security descriptor passed to me as BYTE* pbData,
is it possible to use GetSecurityDescriptorLength((PSECURITY_DESCRIPTOR)pbData)?
2. Which flag of
DACL_SECURITY_INFORMATION
GROUP_SECURITY_INFORMATION
OWNER_SECURITY_INFORMATION
SACL_SECURITY_INFORMATION
should I use to set the received security descriptor on my entry?
3. What does it mean in MSDN:
...the entry where the stored key set is being assigned
What the entry is meant here? Is it my key container or it is anythig else?
Maybe someone has solved this problem or knows what it is?
help me if U know what the problem
Thanx in advance. Frme.
- Next message: David Cross [MS]: "Re: CSR"
- Previous message: MP: "Private Security descriptor on object."
- Next in thread: Pent: "Re: A question about CryptSetProvParam"
- Reply: Pent: "Re: A question about CryptSetProvParam"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|