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