SecPkgContext_ApplicationProtocol-Struktur (sspi.h)
Enthält Informationen zum Anwendungsprotokoll des Sicherheitskontexts.
Syntax
typedef struct _SecPkgContext_ApplicationProtocol {
SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS ProtoNegoStatus;
SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT ProtoNegoExt;
unsigned char ProtocolIdSize;
unsigned char ProtocolId[MAX_PROTOCOL_ID_SIZE];
} SecPkgContext_ApplicationProtocol, *PSecPkgContext_ApplicationProtocol;
Member
ProtoNegoStatus
Die Aushandlung des Anwendungsprotokolls status.
ProtoNegoExt
Der Protokollaushandlungserweiterungstyp, der dieser Protokoll-ID entspricht.
ProtocolIdSize
Die Größe (in Bytes) der Anwendungsprotokoll-ID.
ProtocolId[MAX_PROTOCOL_ID_SIZE]
Eine Bytezeichenfolge, die die ausgehandelte Anwendungsprotokoll-ID darstellt.
Anforderungen
Kopfzeile | sspi.h |