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.
Describes the status of the SEC application protocol negotiation.
Syntax
typedef enum _SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS {
  SecApplicationProtocolNegotiationStatus_None,
  SecApplicationProtocolNegotiationStatus_Success,
  SecApplicationProtocolNegotiationStatus_SelectedClientOnly
} SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS, *PSEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS;
Constants
SecApplicationProtocolNegotiationStatus_NoneNo application protocol was negotiated.  | 
SecApplicationProtocolNegotiationStatus_SuccessThe application protocol was negotiated successfully.  | 
SecApplicationProtocolNegotiationStatus_SelectedClientOnlyThe application protocol was negotiated successfully, but for selected clients only.  | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] | 
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] | 
| Header | sspi.h |