AuthenticationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication state.
public enum class AuthenticationState
public enum class AuthenticationState
enum AuthenticationState
public enum AuthenticationState
type AuthenticationState =
Public Enum AuthenticationState
- Inheritance
-
AuthenticationState
Fields
Authenticated | 2 | Authenticated. |
Unauthenticated | 1 | Unauthenticated. |
Unknown | 0 | Unknown. |