Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WEBAUTHN_RP_ENTITY_INFORMATION structure (webauthn.h)
Contains information about the Relying Party that is requesting the WebAuthn operation.
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
Feedback
Was this page helpful?
