public Common.Security.Server.IServerAuthenticationCredential Authenticate(Common.Security.Client.IClientAuthenticationCredential clientCredentials) { return(dbMgtServer.Authenticate("ManagementServer", clientCredentials, this._sessionId, SSPIUtility.IsLocalServer(_channel.PeerAddress.IpAddress), IsConfigSession)); }