SEC_CERTIFICATE_REQUEST_CONTEXT Struktur (ntifs.h)
Die SEC_CERTIFICATE_REQUEST_CONTEXT-Struktur stellt den Zertifikatanforderungskontext bereit, wenn BufferType-SECBUFFER_CERTIFICATE_REQUEST_CONTEXTist.
Syntax
typedef struct _SEC_CERTIFICATE_REQUEST_CONTEXT {
unsigned char cbCertificateRequestContext;
unsigned char rgCertificateRequestContext[ANYSIZE_ARRAY];
} SEC_CERTIFICATE_REQUEST_CONTEXT, *PSEC_CERTIFICATE_REQUEST_CONTEXT;
Angehörige
cbCertificateRequestContext
Die Größe in Byte des rgCertificateRequestContext Arrays.
rgCertificateRequestContext[ANYSIZE_ARRAY]
Der Transport Layer Security (TLS) 1.3-Zertifikatanforderungskontext. Dieser Kontext enthält die Nutzlastbytes des Felds "opaque certificate_request_context<0...2^8-1>" in der Zertifikatanforderungsnachricht, mit Ausnahme des 1-Byte-Größenfelds, das das Protokoll diesem Puffer voranstellt, das als cbCertificateRequestContextgespeichert wird.
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Windows 11, Version 22H2 |
Header- | ntifs.h |