SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS-Enumeration (sspi.h)
Beschreibt die status der SEC-Anwendungsprotokollverhandlung.
Syntax
typedef enum _SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS {
SecApplicationProtocolNegotiationStatus_None,
SecApplicationProtocolNegotiationStatus_Success,
SecApplicationProtocolNegotiationStatus_SelectedClientOnly
} SEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS, *PSEC_APPLICATION_PROTOCOL_NEGOTIATION_STATUS;
Konstanten
SecApplicationProtocolNegotiationStatus_None Es wurde kein Anwendungsprotokoll ausgehandelt. |
SecApplicationProtocolNegotiationStatus_Success Das Anwendungsprotokoll wurde erfolgreich ausgehandelt. |
SecApplicationProtocolNegotiationStatus_SelectedClientOnly Das Anwendungsprotokoll wurde erfolgreich ausgehandelt, jedoch nur für ausgewählte Clients. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8.1 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 R2 [nur Desktop-Apps] |
Kopfzeile | sspi.h |