Assures that COM security is initialized.
Parameters
- requestorName
- The name of entity that requests the initialization (used for logging).
Return Value
Returns a
OpcLabs.BaseLib.OperationModel.Generic.ValueResult<T>, indicating success or failure of the operation. In case of success, the value is
true
if the operation has initialized the COM security; the value is
false
if COM security has been initialized earlier, with the same parameters.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also