ApplicationSession Constructor
ApplicationSession(ILogger, IYubiKeyDevice, YubiKeyApplication, ScpKeyParameters?)
Initializes a new instance of the Application
C#
protected ApplicationSession(ILogger logger, IYubiKeyDevice device, YubiKeyApplication application, ScpKeyParameters? keyParameters)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | The logger instance used for logging information. |
IYubi |
device | The YubiKey device to establish a session with. |
Yubi |
application | The specific YubiKey application to connect to. |
Scp |
keyParameters | The optional parameters for an SCP connection. |
Exceptions
Type | Condition |
---|---|
Argument |
Thrown when the |
Invalid |
Thrown when the Yubikey does not support the requested SCP connection. |