WebSecurityLevel enumeration (certenroll.h)
-
- 2 minutes to read
The WebSecurityLevel enumeration type specifies whether a web-enabled method or property is safe for scripting.
Syntax
typedef enum WebSecurityLevel {
LevelUnsafe,
LevelSafe
} ;
Constants
Name |
Description |
LevelUnsafe |
The method is not safe for scripting. |
LevelSafe |
The method is safe for scripting. |
Requirements
|
|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
certenroll.h |
See also
CertEnroll Enumerations
CertEnroll Interfaces