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