'Declaration
Property UseCustomSecurity As Boolean
'Usage
Dim instance As _ComSecurityParameters Dim value As Boolean instance.UseCustomSecurity = value value = instance.UseCustomSecurity
bool UseCustomSecurity {get; set;}
'Declaration
Property UseCustomSecurity As Boolean
'Usage
Dim instance As _ComSecurityParameters Dim value As Boolean instance.UseCustomSecurity = value value = instance.UseCustomSecurity
bool UseCustomSecurity {get; set;}
When true
, the COM security settings of the application are controlled by the application itself, and are not influenced by the settings specified in DCOM Configuration. Unless specified otherwise, access is allowed to everyone, authentication level is set to Connect and the impersonation level is set to Impersonate.
This property is used by following client implementations: