Show / Hide Table of Contents

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
ArgumentNullException

The credential is null.

In this article
Back to top Generated by DocFX