enumerazione WS_SECURITY_TIMESTAMP_USAGE (webservices.h)
Con la sicurezza dei messaggi e la sicurezza in modalità mista, questo definisce quando un elemento timestamp deve essere generato e richiesto nell'intestazione WS-Security.
Sintassi
typedef enum {
WS_SECURITY_TIMESTAMP_USAGE_ALWAYS = 1,
WS_SECURITY_TIMESTAMP_USAGE_NEVER = 2,
WS_SECURITY_TIMESTAMP_USAGE_REQUESTS_ONLY = 3
} WS_SECURITY_TIMESTAMP_USAGE;
Costanti
WS_SECURITY_TIMESTAMP_USAGE_ALWAYS Valore: 1 Generare sempre un timestamp in ogni messaggio in uscita e richiedere un timestamp essere presente in ogni messaggio in arrivo, se tali messaggi sono richieste o risposte. |
WS_SECURITY_TIMESTAMP_USAGE_NEVER Valore: 2 Non usare timestamp nelle richieste o nelle risposte. Si tratta di un errore specificare questo valore quando è necessaria una firma di messaggio in modalità mista in intestazione WS-Security. |
WS_SECURITY_TIMESTAMP_USAGE_REQUESTS_ONLY Valore: 3 Generare e richiedere timestamp nei messaggi di richiesta da client a server, ma non nel server ai messaggi di risposta client. Questo valore può essere usato in sicurezza in modalità mista. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | webservices.h |