GetAssertionCommand Constructor
GetAssertionCommand(GetAssertionParameters)
Constructs an instance of the GetAssertionCommand class using the given parameters.
C#
public GetAssertionCommand(GetAssertionParameters getAssertionParameters)
Parameters
Type | Name | Description |
---|---|---|
GetAssertionParameters | getAssertionParameters | An object containing all the parameters the YubiKey will use to get an assertion. |
Remarks
This class will copy a reference to the input parameters object. It
will no longer need it after the call to SendCommand
.