Click or drag to resize

SecurityHubIsValidAzureADUserName Method

Gets flag that determines if specified user name can be found on Azure AD.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Task<bool> IsValidAzureADUserName(
	string userName
)
View Source

Parameters

userName  String
User name to lookup.

Return Value

TaskBoolean
true if user name was found in Azure AD; otherwise, false.
See Also