Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |