Name

SecurityIDType

Synopsis

This enumeration is for internal use only and should not be referenced directly in your own code.


public enum SecurityIDType {

   User = 1,

   Group = 2,

   Domain = 3,

   Alias = 4,

   WellKnownGroup = 5,

   DeletedAccount = 6,

   Invalid = 7,

   Unknown = 8,

   Computer = 9

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) SecurityIDType

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.