SEC_CERTIFICATE_REQUEST_CONTEXT-Struktur (sspi.h)
Enthält einen TLS 1.3-Zertifikatanforderungskontext.
Syntax
typedef struct _SEC_CERTIFICATE_REQUEST_CONTEXT {
unsigned char cbCertificateRequestContext;
unsigned char rgCertificateRequestContext[ANYSIZE_ARRAY];
} SEC_CERTIFICATE_REQUEST_CONTEXT, *PSEC_CERTIFICATE_REQUEST_CONTEXT;
Member
cbCertificateRequestContext
Die Größe (in Bytes) des rgCertificateRequestContext-Arrays .
rgCertificateRequestContext[ANYSIZE_ARRAY]
Der TLS 1.3-Zertifikatanforderungskontext.
Anforderungen
Anforderung | Wert |
---|---|
Header | sspi.h |