Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WebSecurityLevel enumeration type specifies whether a web-enabled method or property is safe for scripting.
Syntax
typedef enum WebSecurityLevel {
LevelUnsafe = 0,
LevelSafe = 1
} ;
Constants
LevelUnsafe Value: 0 The method is not safe for scripting. |
LevelSafe Value: 1 The method is safe for scripting. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | certenroll.h |