|
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.282-beta+fbfa6baa1521236175f6d73fb2eb151a42453aef
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