Property Value
An instance of EasyUAServerEngineParameters configured for testing purposes, with many security features disabled for ease of testing.The value of this property cannot be null
(Nothing
in Visual Basic).
The value of this property cannot be null
(Nothing
in Visual Basic).
This property returns a set of engine parameters that are intentionally insecure, with settings such as accepting any certificate. This is useful for development and testing environments where security is not a concern and ease of setup is prioritized.
It is strongly recommended not to use these parameters in any production environment as they can expose the server to significant security vulnerabilities.
With these settings, the server accepts any certificate.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.