Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Beschreibt den Protokollaushandlungserweiterungstyp.
Syntax
typedef enum _SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT {
SecApplicationProtocolNegotiationExt_None,
SecApplicationProtocolNegotiationExt_NPN,
SecApplicationProtocolNegotiationExt_ALPN
} SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT, *PSEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT;
Konstanten
SecApplicationProtocolNegotiationExt_NoneEs wird keine Anwendungsprotokollerweiterung verwendet. |
SecApplicationProtocolNegotiationExt_NPNNPN-Typ (Next Protocol Negotiation) |
SecApplicationProtocolNegotiationExt_ALPNApplication-Layer Protokollverhandlungstyp (ALPN). |
Anforderungen
| Anforderung | Wert |
|---|---|
| Header | sspi.h |