We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2dd05 commit 1f786a5Copy full SHA for 1f786a5
win32ctypes/pywin32/win32cred.py
@@ -30,6 +30,11 @@ def CredWrite(Credential, Flags=0):
30
Flags : int
31
``CRED_PRESERVE_CREDENTIAL_BLOB`` or 0. Default is 0.
32
33
+ Note
34
+ ----
35
+ The max number of the credential attributes supported by
36
+ the win32ctypes implementation is 1.
37
+
38
"""
39
c_creds = _authentication.CREDENTIAL.fromdict(Credential)
40
c_pcreds = _authentication.PCREDENTIAL(c_creds)
0 commit comments