@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("advapi32.dll", SetLastError = true, PreserveSig = true)] private static extern uint LsaStorePrivateData( IntPtr policyHandle, ref LSA_UNICODE_STRING KeyName, ref LSA_UNICODE_STRING PrivateData ); !!!!VB Signature: Declare Function LsaStorePrivateData Lib "advapi32.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Do not use the LSA private data functions. Instead, use the CryptProtectData and CryptUnprotectData functions. But LsaStorePrivatData is still usefull for storing DefaultPassword in LSA and avoid to have the password in cleartext in registry. !!!!Sample Code: See sample code on LsaRetrievePrivateData Documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmgmt/security/lsastoreprivatedata.asp
Edit advapi32.LsaStore...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.