Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |