|
UserInfoIsLocalDomain Method
|
Determines if specified domain is the local domain (i.e., local machine).
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
SyntaxPublic Shared Function IsLocalDomain (
domain As String
) As Boolean
public:
static bool IsLocalDomain(
String^ domain
)
static member IsLocalDomain :
domain : string -> bool GSF.Identity.UserInfo.IsLocalDomain = function(domain);
View SourceParameters
- domain String
- Domain name to check.
Return Value
Booleantrueif specified
domain is the local domain (i.e., local machine); otherwise,
false.
See Also