WEBAUTHN_RP_ENTITY_INFORMATION structure (webauthn.h)

Information about the Relying Party entity.

Syntax

typedef struct _WEBAUTHN_RP_ENTITY_INFORMATION {
  DWORD  dwVersion;
  PCWSTR pwszId;
  PCWSTR pwszName;
  PCWSTR pwszIcon;
} WEBAUTHN_RP_ENTITY_INFORMATION, *PWEBAUTHN_RP_ENTITY_INFORMATION;

Members

dwVersion

Version of this structure, to allow for modifications in the future. This field is required and should be set to CURRENT_VERSION.

pwszId

Identifier for the Relying Party. This field is required.

pwszName

Contains the friendly name of the Relying Party, such as "Acme Corporation", "Widgets Inc", or "Contoso". This field is required.

pwszIcon

Optional URL pointing to the Relying Party's logo.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL_DETAILS