| 
            
              UserInfoIsGroupSID Method
             | 
          
        
        
            Determines whether the given security identifier identifies a group.
            
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic static bool IsGroupSID(
	string sid
)
Public Shared Function IsGroupSID ( 
	sid As String
) As Boolean
public:
static bool IsGroupSID(
	String^ sid
)
static member IsGroupSID : 
        sid : string -> bool GSF.Identity.UserInfo.IsGroupSID = function(sid);
 View SourceParameters
- sid  String
 - The security identifier.
 
Return Value
BooleanTrue if the security identifier identifies a group; false otherwise.
See Also