Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Contient des informations sur le protocole d’application du contexte de sécurité.
Syntaxe
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;
Membres
ProtoNegoStatus
Le status de négociation du protocole d’application.
ProtoNegoExt
Type d’extension de négociation de protocole correspondant à cet ID de protocole.
ProtocolIdSize
Taille (en octets) de l’ID de protocole d’application.
ProtocolId[MAX_PROTOCOL_ID_SIZE]
Chaîne d’octets représentant l’ID de protocole d’application négocié.
Configuration requise
| En-tête | sspi.h |