WINBIO_CREDENTIAL_FORMAT enumeration
Defines flags that can be used to specify the end-user credential format. This enumeration is used by the WinBioSetCredential function.
Syntax
typedef enum _WINBIO_CREDENTIAL_FORMAT {
WINBIO_PASSWORD_GENERIC = 0x00000001,
WINBIO_PASSWORD_PACKED = 0x00000002,
WINBIO_PASSWORD_PROTECTED = 0x00000003
} WINBIO_CREDENTIAL_FORMAT;
Constants
-
WINBIO_PASSWORD_GENERIC
-
The password is in a generic format.
-
WINBIO_PASSWORD_PACKED
-
The password is in a compressed format.
-
WINBIO_PASSWORD_PROTECTED
-
The password credential was wrapped with CredProtect.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 [desktop apps only] |
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
Header |
|