UserLoginOptionType 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 possible user login options.
[System.Serializable]
public enum UserLoginOptionType
[<System.Serializable>]
type UserLoginOptionType =
Public Enum UserLoginOptionType
- Inheritance
-
UserLoginOptionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Login | 0 | |
Certificate | 1 | |
AsymmetricKey | 2 | |
WithoutLogin | 3 | |
External | 4 |