| 
            
              UserInfoIsGroupSID Method
             | 
          
        
        
            Determines whether the given security identifier identifies a group.
            
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
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