StandardUser 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.
Defines a standard delegate user.
public enum class StandardUser
public enum StandardUser
Public Enum StandardUser
- Inheritance
-
StandardUser
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Defines the default delegate that is used to define default delegation permissions. |
Anonymous | 1 | Defines the anonymous delegate that is used to define delegate permissions for unauthenticated users. |