public enum SecurityContext
Public Enumeration SecurityContext
public enum class SecurityContext
type SecurityContext
System | 0 | The update is performed by a system account. |
Owner | 1 | The update is performed by the process owner. |
User | 2 | The update is performed by the current user. |