c++ - Where to get samples of subauthentication packages for Windows 7? -


i trying create subauthentication package windows 7. no samples available.

the authentication packages provided windows support customization using subauthentication packages. subauthentication package dll supplements or replaces part of authentication , validation criteria used main authentication package. example, particular server might supply subauthentication package validates user's password different algorithm or specifies workstation restrictions in different format.

you can see this online sample or see subauth sample installed platform software development kit (sdk) .


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -