Condividi tramite


enumerazione WS_REQUEST_SECURITY_TOKEN_ACTION (webservices.h)

Definisce il set di azioni da usare per negoziare i token di sicurezza usando WS-Trust.

Sintassi

typedef enum {
  WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE = 1,
  WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT = 2,
  WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT = 3
} WS_REQUEST_SECURITY_TOKEN_ACTION;

Costanti

 
WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE
Valore: 1
Usare l'azione "request" definita in WS-Trust.
WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT
Valore: 2
Usare l'azione "request" definita in WS-SecureConversation.
WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT
Valore: 3
Usare l'azione "renew" definita in WS-SecureConversation. Richiede WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN.

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione webservices.h