|
UserInfoGetBuiltInLocalGroups Method
|
Returns a sorted list of the common built-in local groups. On Windows these groups have a domain name of BUILTIN.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public static string[] GetBuiltInLocalGroups()
Public Shared Function GetBuiltInLocalGroups As String()
public:
static array<String^>^ GetBuiltInLocalGroups()
static member GetBuiltInLocalGroups : unit -> string[]
GSF.Identity.UserInfo.GetBuiltInLocalGroups = function();
View SourceReturn Value
StringSorted list of the common built-in local groups.
Remarks
Names in this list will not have a "BUILTIN\" prefix.
See Also