SecPkgCredentials_SSIProviderA structure (sspi.h)
The SecPkgCredentials_SSIProvider structure holds the SSI provider information associated with a context. The QueryCredentialsAttributes function uses this structure.
Syntax
typedef struct _SecPkgCredentials_SSIProviderA {
SEC_CHAR *sProviderName;
unsigned long ProviderInfoLength;
char *ProviderInfo;
} SecPkgCredentials_SSIProviderA, *PSecPkgCredentials_SSIProviderA;
Members
sProviderName
Pointer to a null-terminated string that contains the name of the provider represented by the credential.
ProviderInfoLength
Length of the provider information.
ProviderInfo
The provider information.
Remarks
Note
The sspi.h header defines SecPkgCredentials_SSIProvider as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
Header | sspi.h |