|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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