GetAssertionCommand Constructor
GetAssertionCommand(GetAssertionParameters)
Constructs an instance of the Get
C#
public GetAssertionCommand(GetAssertionParameters getAssertionParameters)
Parameters
Type | Name | Description |
---|---|---|
Get |
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
.