SecPkgCredentials_Cert structure (sspi.h)
Specifies the certificate credentials. The QueryCredentialsAttributes function uses this structure.
Syntax
typedef struct _SecPkgCredentials_Cert {
unsigned long EncodedCertSize;
unsigned char *EncodedCert;
} SecPkgCredentials_Cert, *PSecPkgCredentials_Cert;
Members
EncodedCertSize
Size of the encoded certificate.
EncodedCert
The encoded certificate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
Header | sspi.h |