Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Define qué conjunto de acciones se usarán al negociar tokens de seguridad mediante 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_ISSUEValor: 1 Use la acción "request" definida en WS-Trust. |
WS_REQUEST_SECURITY_TOKEN_ACTION_NEW_CONTEXTValor: 2 Use la acción "request" definida en WS-SecureConversation. |
WS_REQUEST_SECURITY_TOKEN_ACTION_RENEW_CONTEXTValor: 3 Use la acción "renovar" definida en WS-SecureConversation. Requiere WS_REQUEST_SECURITY_TOKEN_PROPERTY_EXISTING_TOKEN. |
Requisitos
| Requisito | Value |
|---|---|
| Cliente mínimo compatible | Windows 7 [solo aplicaciones de escritorio] |
| Servidor mínimo compatible | Windows Server 2008 R2 [solo aplicaciones de escritorio] |
| Encabezado | webservices.h |