This topic has not yet been rated - Rate this topic

WebSecurityLevel enumeration

The WebSecurityLevel enumeration type specifies whether a web-enabled method or property is safe for scripting.

Syntax


typedef enum WebSecurityLevel { 
  LevelUnsafe  = 0,
  LevelSafe    = 1
} WebSecurityLevel;

Constants

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

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.