Represents the mode used for authentication.
| C# | Visual Basic | Visual C++ |
public enum AuthenticationMode
Public Enumeration AuthenticationMode
public enum class AuthenticationMode
| Member | Description |
|---|---|
| Stateful |
Represents Stateful (smart) authentication.
|
| Stateless |
Represents Stateless (dumb) authentication.
|