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.
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 |