Class SetLegacyDeviceConfigResponse
The response to the U2F Set Legacy Device Config command.
public sealed class SetLegacyDeviceConfigResponse : YubiKeyResponse, IYubiKeyResponse
- Inheritance
-
objectSetLegacyDeviceConfigResponse
- Implements
- Inherited Members
Remarks
This is the partner response class to SetLegacyDeviceConfigCommand.
After executing the SetLegacyDeviceConfigCommand
, the result is an
instance of this class. There is no data to return. Simply check the
Status
property. If it is ResponseStatus.Success
the
command succeeded.
Constructors
SetLegacyDeviceConfigResponse(ResponseApdu)
Constructs a SetLegacyDeviceConfigResponse from the given ResponseApdu.
public SetLegacyDeviceConfigResponse(ResponseApdu responseApdu)
Parameters
responseApdu
ResponseApduThe response to a SetLegacyDeviceConfigCommand.