PyCredHandle Object
Handle to a set of logon credentials, used with sspi authentication functions
Comments
This object is usually created using win32security::AcquireCredentialsHandle. An uninitialized handle can also be created using win32security.PyCredHandleType()
Methods
- Detach
- Disassociates object from handle and returns integer value of handle (prevents automatic freeing of credentials when object is deallocated),
- FreeCredentialsHandle
- Releases the credentials handle
- QueryCredentialsAttributes
- Returns information about the credentials