TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_USER_CREDENTIAL_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/UserCredential.h>

Data Fields

EFI_GUID Identifier
 Uniquely identifies this credential provider.
 
EFI_GUID Type
 Identifies this class of User Credential Provider.
 
EFI_CREDENTIAL_ENROLL Enroll
 
EFI_CREDENTIAL_FORM Form
 
EFI_CREDENTIAL_TILE Tile
 
EFI_CREDENTIAL_TITLE Title
 
EFI_CREDENTIAL_USER User
 
EFI_CREDENTIAL_SELECT Select
 
EFI_CREDENTIAL_DESELECT Deselect
 
EFI_CREDENTIAL_DEFAULT Default
 
EFI_CREDENTIAL_GET_INFO GetInfo
 
EFI_CREDENTIAL_GET_NEXT_INFO GetNextInfo
 
EFI_CREDENTIAL_CAPABILITIES Capabilities
 

Detailed Description

This protocol provides support for a single class of credentials

Definition at line 268 of file UserCredential.h.

Field Documentation

◆ Capabilities

EFI_CREDENTIAL_CAPABILITIES _EFI_USER_CREDENTIAL_PROTOCOL::Capabilities

Definition at line 281 of file UserCredential.h.

◆ Default

EFI_CREDENTIAL_DEFAULT _EFI_USER_CREDENTIAL_PROTOCOL::Default

Definition at line 278 of file UserCredential.h.

◆ Deselect

EFI_CREDENTIAL_DESELECT _EFI_USER_CREDENTIAL_PROTOCOL::Deselect

Definition at line 277 of file UserCredential.h.

◆ Enroll

EFI_CREDENTIAL_ENROLL _EFI_USER_CREDENTIAL_PROTOCOL::Enroll

Definition at line 271 of file UserCredential.h.

◆ Form

EFI_CREDENTIAL_FORM _EFI_USER_CREDENTIAL_PROTOCOL::Form

Definition at line 272 of file UserCredential.h.

◆ GetInfo

EFI_CREDENTIAL_GET_INFO _EFI_USER_CREDENTIAL_PROTOCOL::GetInfo

Definition at line 279 of file UserCredential.h.

◆ GetNextInfo

EFI_CREDENTIAL_GET_NEXT_INFO _EFI_USER_CREDENTIAL_PROTOCOL::GetNextInfo

Definition at line 280 of file UserCredential.h.

◆ Identifier

EFI_GUID _EFI_USER_CREDENTIAL_PROTOCOL::Identifier

Uniquely identifies this credential provider.

Definition at line 269 of file UserCredential.h.

◆ Select

EFI_CREDENTIAL_SELECT _EFI_USER_CREDENTIAL_PROTOCOL::Select

Definition at line 276 of file UserCredential.h.

◆ Tile

EFI_CREDENTIAL_TILE _EFI_USER_CREDENTIAL_PROTOCOL::Tile

Definition at line 273 of file UserCredential.h.

◆ Title

EFI_CREDENTIAL_TITLE _EFI_USER_CREDENTIAL_PROTOCOL::Title

Definition at line 274 of file UserCredential.h.

◆ Type

EFI_GUID _EFI_USER_CREDENTIAL_PROTOCOL::Type

Identifies this class of User Credential Provider.

Definition at line 270 of file UserCredential.h.

◆ User

EFI_CREDENTIAL_USER _EFI_USER_CREDENTIAL_PROTOCOL::User

Definition at line 275 of file UserCredential.h.


The documentation for this struct was generated from the following file: