Edit

WEBAUTHN_GET_CREDENTIALS_OPTIONS structure (webauthn.h)

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

See also

WebAuthNGetPlatformCredentialsList