VPMInterfaces Enumeration ENOVSecurityType
All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Enumeration ENOVSecurityType
enum ENOVSecurityType {
ENOVSecNONE,
ENOVSecSECURED,
ENOVSecUNCONDITIONAL
}
Defines Security type used for methods.
- Values:
-
- ENOVSecNONE
- The method is NOT secured.
- ENOVSecSECURED
- The method is secured, and security condition(s) will be associated.
Example: Delete, Modify methods, etc
- ENOVSecUNCONDITIONAL
- The method is secured, but no security condition applies.
Example: Create methods, global functions.
- See also:
- ENOVRegisterClassMethod, ENOVRegisterGlobalMethod
This object is included in the file: ENOVRegDictionary.h
Copyright © 2003, Dassault Systèmes. All rights reserved.