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.
Syntax
typedef struct TLS_HYBRID_KEYEXCHANGE_BLOB {
ULONG dwMagic;
ULONG dwKeyType;
UCHAR NumBlobs;
PCWSTR rgwszBlobTypes[MAX_HYBRID_KEY_EXCHANGE_BLOBS];
PUCHAR rgbBlobs[MAX_HYBRID_KEY_EXCHANGE_BLOBS];
} TLS_HYBRID_KEYEXCHANGE_BLOB, *PTLS_HYBRID_KEYEXCHANGE_BLOB;
Members
dwMagic
dwKeyType
NumBlobs
rgwszBlobTypes[MAX_HYBRID_KEY_EXCHANGE_BLOBS]
rgbBlobs[MAX_HYBRID_KEY_EXCHANGE_BLOBS]
Requirements
| Requirement | Value |
|---|---|
| Header | bcrypt.h |