Skip to main content

UserAuthenticationResult Enum

NuGet: GHIElectronics.TinyCLR.Networking.Ftp
Assembly: GHIElectronics.TinyCLR.Networking.Ftp
Namespace: GHIElectronics.TinyCLR.Networking

User anthentication result

public enum UserAuthenticationResult

Fields

NameValueDescription
Unspecified0No authentication decision has been made.
Approved1The user is allowed to log in.
Denied2The user is rejected.
Conflicting3Conflicting decisions were set by multiple handlers.