| 
            
              SecurityHubIsGroupSID Method
             | 
          
        
        
            Determines if SID is for a group.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntax[HubMethodNameAttribute("isGroupSID")]
public bool IsGroupSID(
	string sid
)<HubMethodNameAttribute("isGroupSID")>
Public Function IsGroupSID ( 
	sid As String
) As Booleanpublic:
[HubMethodNameAttribute(L"isGroupSID")]
bool IsGroupSID(
	String^ sid
)
[<HubMethodNameAttribute("isGroupSID")>]
member IsGroupSID : 
        sid : string -> bool function IsGroupSID(sid);
 View SourceParameters
- sid  String
 - Security identifier to test.
 
Return Value
Booleantrueif 
sid is for a group; otherwise, 
false.
See Also