The Win32_DCOMApplicationSetting class represents the settings of a DCOM application. It contains DCOM configuration options associated with the AppID key in the registry. These options are valid on the components logically grouped under the given application class.
Win32_DCOMApplicationSetting methods
Win32_DCOMApplicationSetting has 6 methods (6 Local)
'Retrieves a structural representation of the object's security descriptor. The method returns an integer value that can be interpreted as follows: 0 - Successful completion. Other - HRESULT Win32 error code. '
implemented
True
Privileges
['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap
['0', '..']
Values
['Success', 'Other']
GetAccessSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
'Retrieves a structural representation of the object's security descriptor. The method returns an integer value that can be interpreted as follows: 0 - Successful completion. Other - HRESULT Win32 error code. '
implemented
True
Privileges
['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap
['0', '..']
Values
['Success', 'Other']
GetConfigurationSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
'Retrieves a structural representation of the object's security descriptor. The method returns an integer value that can be interpreted as follows: 0 - Successful completion. Other - HRESULT Win32 error code. '
implemented
True
Privileges
['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap
['0', '..']
Values
['Success', 'Other']
GetLaunchSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
'Sets security descriptor to the specified structure. The method returns an integer value that can be interpreted as follows: 0 - Successful completion. Other - HRESULT Win32 error code. '
implemented
True
Privileges
['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap
['0', '..']
Values
['Success', 'Other']
SetAccessSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
'Sets security descriptor to the specified structure. The method returns an integer value that can be interpreted as follows: 0 - Successful completion. Other - HRESULT Win32 error code. '
implemented
True
Privileges
['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap
['0', '..']
Values
['Success', 'Other']
SetConfigurationSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
'Sets security descriptor to the specified structure. The method returns an integer value that can be interpreted as follows: 0 - Successful completion. Other - HRESULT Win32 error code. '
implemented
True
Privileges
['SeSecurityPrivilege', 'SeRestorePrivilege']
ValueMap
['0', '..']
Values
['Success', 'Other']
SetLaunchSecurityDescriptor method is in 1 class (Win32_DCOMApplicationSetting) of ROOT\cimv2 and in 2 namespaces
Detailed description of Win32_DCOMApplicationSetting properties
Local properties (9) of Win32_DCOMApplicationSetting class
'The AuthenticationLevel property specifies the minimum client authentication level required by this COM server. If NULL, the default values are used. Authentication levels include: None - no authentication is performed. Connect - authentication is performed only when the client establishes a relationship with the application. Call - authentication is performed only at the beginning of each call when the application receives the request. Packet - authentication is performed on all data received from the client. PacketIntegrity - all the data transferred between client and application is authenticated and verified. PacketPrivacy - The properties of the other authentication levels are used, and all data is encrypted.'
'The CustomSurrogate property contains the name of the custom surrogate in which the in-process DCOM application is activated. If this value is NULL and the UseSurrogate key is TRUE, then the system provides a surrogate process.'
'The EnableAtStorageActivation property indicates whether the instance of the DCOM application retrieves the saved state of the application or begins from the state in which the application is first initialized.'
'The ServiceParameters property contains the command line parameters passed to the DCOM application. This is valid only if the application is written as a Win32 service'
'The Win32_DCOMApplicationSetting class represents the settings of a DCOM application. It contains DCOM configuration options associated with the AppID key in the registry. These options are valid on the components logically grouped under the given application class.'