Click or drag to resize

HostConnectionSettingsAuthenticateUser Property

Determines whether host allows to anonymous connections. If false, username and password will be used for authentication.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool AuthenticateUser { get; set; }

Property Value

Type: Boolean
See Also