CalculateCredentialCommand Constructor
CalculateCredentialCommand()
Constructs an instance of the CalculateCredentialCommand class. The ResponseFormat will be set to its default value which is truncated.
C#
public CalculateCredentialCommand()
CalculateCredentialCommand(Credential, ResponseFormat)
Constructs an instance of the CalculateCredentialCommand class.
C#
public CalculateCredentialCommand(Credential credential, ResponseFormat responseFormat)
Parameters
Type | Name | Description |
---|---|---|
Credential | credential | The credential to calculate. |
ResponseFormat | responseFormat | Full or truncated response to receive back. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The credential is null. |