Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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 |