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