Interface IScpYubiKeyConnection
The connection class that can perform SCP03 operations will implement not only IYubiKeyConnection, but this interface as well.
public interface IScpYubiKeyConnection : IYubiKeyConnection
- Inherited Members
Properties
KeyParameters
Return a reference to the SCP key set used to make the connection.
ScpKeyParameters KeyParameters { get; }