Enumerazione WebSecurityLevel (certenroll.h)
Il tipo di enumerazione WebSecurityLevel specifica se un metodo o una proprietà abilitata per il Web è sicuro per lo scripting.
Sintassi
typedef enum WebSecurityLevel {
LevelUnsafe = 0,
LevelSafe = 1
} ;
Costanti
LevelUnsafe Valore: 0 Il metodo non è sicuro per lo scripting. |
LevelSafe Valore: 1 Il metodo è sicuro per la creazione di script. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | certenroll.h |