Click or drag to resize
QVSSettingsQVSSecurity Class
QlikView Server security settings.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQVSSettingsQVSSecurity

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class QVSSecurity

The QVSSettingsQVSSecurity type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAllowAlternateAdmin
If the QVP is running in a separate Windows Active Directory, this setting has to be enabled to be able to connect to the QVS service.
Public propertyAllowDynamicUpdate
Value indicating if macros or external processes are allowed to update parts of the data in semi-real time.
Public propertyAllowExtensions
Value indicating if the extensions are allowed.
Public propertyAllowServerMacroExecution
Value indicating if macros are allowed to execute on the QlikView Server.
Public propertyAllowServerSystemAccessMacroExecution
Value indicating if unsafe macros are allowed to execute on the QlikView Server.
Public propertyAuthentication
QlikView Server authentication settings.
Public propertyAuthorization
QlikView Server authorization settings.
Public propertyCompressNetworkTraffic
Set to true to let large packages be compressed in communication between the client and the QlikView Server.
Public propertyEnableAuditLogging
Audit logging of client activity.
Public propertyEnableHTTPPush
Value indicating if the graceful document refresh over HTTP tunnels is allowed.
Public propertyExtensionsFolder
Extensions folder.
Top
See Also