Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes the protocol negotiation extension type.
Syntax
typedef enum _SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT {
SecApplicationProtocolNegotiationExt_None,
SecApplicationProtocolNegotiationExt_NPN,
SecApplicationProtocolNegotiationExt_ALPN
} SEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT, *PSEC_APPLICATION_PROTOCOL_NEGOTIATION_EXT;
Constants
SecApplicationProtocolNegotiationExt_NoneNo application protocol extension is used. |
SecApplicationProtocolNegotiationExt_NPNNext Protocol Negotiation (NPN) type. |
SecApplicationProtocolNegotiationExt_ALPNApplication-Layer Protocol Negotiation (ALPN) type. |
Requirements
| Requirement | Value |
|---|---|
| Header | sspi.h |