public ServerAuthenticationSinkProvider(SC.Security.SecurityManager mgr) { this.secMgr = mgr; }
public ServerAuthenticationSink(IServerChannelSink next, SC.Security.SecurityManager mgr, Dictionary<Guid, ClientContext> contexts) { nextSink = next; this.secMgr = mgr; this.contexts = contexts; }
public ServerAuthenticationSink(IServerChannelSink next, SC.Security.SecurityManager mgr, Dictionary <Guid, ClientContext> contexts) { nextSink = next; this.secMgr = mgr; this.contexts = contexts; }