IKEEXT_NAME_CREDENTIAL0 structure (iketypes.h)

The IKEEXT_NAME_CREDENTIAL0 structure is used to store credential name information.

Syntax

typedef struct IKEEXT_NAME_CREDENTIAL0_ {
  wchar_t *principalName;
} IKEEXT_NAME_CREDENTIAL0;

Members

principalName

Name of the principal.

Remarks

IKEEXT_NAME_CREDENTIAL0 is a specific implementation of IKEEXT_NAME_CREDENTIAL. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

Windows Filtering Platform API Structures