SecPkgCredentials_Cert structure
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
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
|
Header |
|
Show: