|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic static bool IsLocalDomain(
string domain
)
Public 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