|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax 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