Skip to content

question re CREDENTIAL __DO_NOT_USE_ fields in _authentication.py #105

Open
@jrobbins-LiveData

Description

@jrobbins-LiveData

I was wondering why _fields_ AttributeCount and Attribute are prefixed with __DO_NOT_USE_?

I have a potential use for setting an attribute on a Credentials Manager entry (to record the encoding used for a password), and was wondering if this __DO_NOT_USE_ had an back story about what kinds of issues I might be facing in using this feature?

class CREDENTIAL(Structure):

("_DO_NOT_USE_AttributeCount", DWORD),

("__DO_NOT_USE_Attribute", c_void_p),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions