Ler em inglês

Compartilhar via


WS_OPAQUE_WINDOWS_CREDENTIAL structure

Type for supplying a Windows credential as an opaque handle created by SspiPromptForCredentials and the related family of APIs. This feature is available only on Windows 7 and later.

Syntax

c++
struct WS_OPAQUE_WINDOWS_CREDENTIAL {
  WS_WINDOWS_CREDENTIAL credential;
  void*                 opaqueAuthIdentity;
};

Members

  • credential
    The base type from which this type and all other Windows credential types derive.

  • opaqueAuthIdentity
    The opaque form of authentication identity. The supplied value must be of the type PSEC_WINNT_AUTH_IDENTITY_OPAQUE.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h