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.
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 |