Exemplo n.º 1
0
 public GatewayConnector(MicroServiceHost microServiceHost,
                         ICpuInfo cpuInfo,
                         SSLConfiguration sSLConfiguration,
                         ILogger <GatewayConnector> logger, IKeyLocker keyLocker)
 {
     _microServiceHost = microServiceHost;
     _logger           = logger;
     _keyLocker        = keyLocker;
     _cpuInfo          = cpuInfo;
     _SSLConfiguration = sSLConfiguration;
 }
Exemplo n.º 2
0
 public GetAllLockedKeysHandler(IKeyLocker keyLocker)
 {
     _keyLocker = keyLocker;
 }
Exemplo n.º 3
0
 public UnLockedKeyAnywayHandler(IKeyLocker keyLocker)
 {
     _keyLocker = keyLocker;
 }