Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains options for the WebAuthNGetPlatformCredentialList function.
Syntax
typedef struct _WEBAUTHN_GET_CREDENTIALS_OPTIONS {
DWORD dwVersion;
LPCWSTR pwszRpId;
BOOL bBrowserInPrivateMode;
} WEBAUTHN_GET_CREDENTIALS_OPTIONS, *PWEBAUTHN_GET_CREDENTIALS_OPTIONS;
Members
dwVersion
Version of this structure, to allow for modifications in the future. This field is required and should be set to CURRENT_VERSION.
pwszRpId
An optional pointer to a null-terminated string that specifies the Relying Party ID to filter credentials by.
bBrowserInPrivateMode
TRUE if the browser is in private (InPrivate) mode. Optional, defaults to FALSE.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |