enumeração WS_REQUEST_SECURITY_TOKEN_ACTION (webservices.h)
Define qual conjunto de ações usar ao negociar tokens de segurança usando o WS-Trust.
Syntax
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;
Constantes
WS_REQUEST_SECURITY_TOKEN_ACTION_ISSUE Valor: 1 Use a ação "solicitação" definida em WS-Trust. |
WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXT Valor: 2 Use a ação "solicitação" definida em WS-SecureConversation. |
WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXT Valor: 3 Use a ação "renovar" definida em WS-SecureConversation. Requer WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN. |
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 7 [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2008 R2 [somente aplicativos da área de trabalho] |
Cabeçalho | webservices.h |