GetKeyAgreementCommand Constructor
GetKeyAgreementCommand()
Constructs a new instance of GetKeyAgreementCommand.
C#
public GetKeyAgreementCommand()
Remarks
This command can only be executed if the PIN/UV Auth Protocol is specified. If you use this constructor, make sure you set the PinUvAuthProtocol property before sending.
GetKeyAgreementCommand(PinUvAuthProtocol)
Constructs a new instance of GetKeyAgreementCommand.
C#
public GetKeyAgreementCommand(PinUvAuthProtocol protocol)
Parameters
Type | Name | Description |
---|---|---|
PinUvAuthProtocol | protocol | Which protocol the caller will be using. |
Remarks
This command can only be executed if the PIN/UV Auth Protocol is specified.