PyCredHandle.QueryCredentialsAttributes

QueryCredentialsAttributes(Attribute)

Returns information about the credentials

Parameters

Attribute : int

SECPKG_* constant specifying which type of information to return

Comments

Only SECPKG_CRED_ATTR_NAMES currently supported

Attribute Return type
SECPKG_CRED_ATTR_NAMESPyUnicode - returns username that credentials represent
SECPKG_ATTR_SUPPORTED_ALGSNot supported yet SecPkgCred_SupportedAlgs:
SECPKG_ATTR_CIPHER_STRENGTHSNot supported yet SecPkgCred_CipherStrengths:
SECPKG_ATTR_SUPPORTED_PROTOCOLSNot supported yet SecPkgCred_SupportedProtocols:

Return Value

Type of returned values is dependent on Attribute