Expand Minimize
This topic has not yet been rated - Rate this topic

SecPkgCredentials_SSIProvider structure

The SecPkgCredentials_SSIProvider structure holds the SSI provider information associated with a context. The QueryCredentialsAttributes function uses this structure.

Syntax


typedef struct _SecPkgCredentials_SSIProvider {
  SEC_CHAR *sProviderName;
  long     ProviderInfoLength;
  char     *ProviderInfo;
} SecPkgCredentials_SSIProvider, *PSecPkgCredentials_SSIProvider;

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.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

Header

Sspi.h

Unicode and ANSI names

SecPkgCredentials_SSIProviderW (Unicode) and SecPkgCredentials_SSIProviderA (ANSI)

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.