SEC_WINNT_AUTH_DATA_TYPE_SMARTCARD_CONTEXTS_DATA structure (sspi.h)

Contains the authentication data for a smartcard context.

Syntax

typedef struct _SEC_WINNT_AUTH_DATA_TYPE_SMARTCARD_CONTEXTS_DATA {
  PVOID  pcc;
  PVOID  hProv;
  LPWSTR pwszECDHKeyName;
} SEC_WINNT_AUTH_DATA_TYPE_SMARTCARD_CONTEXTS_DATA, *PSEC_WINNT_AUTH_DATA_TYPE_SMARTCARD_CONTEXTS_DATA;

Members

pcc

The smartcard context.

hProv

The handle to the smartcard provider.

pwszECDHKeyName

The name of the Elliptic-curve Diffie–Hellman (ECDH) key. Only optionally set for ECDSA smartcards.

Requirements

Requirement Value
Header sspi.h