Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebSecurityLevel enumeration (certenroll.h)

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

See also

CertEnroll Enumerations

CertEnroll Interfaces


Feedback

Was this page helpful?

Additional resources