Show / Hide Table of Contents

CalculateAllCredentialsCommand Constructor

CalculateAllCredentialsCommand()

Constructs an instance of the CalculateAllCredentialsCommand class. The ResponseFormat will be set to its default value which is truncated.

C#
public CalculateAllCredentialsCommand()

CalculateAllCredentialsCommand(ResponseFormat)

Constructs an instance of the CalculateAllCredentialsCommand class.

C#
public CalculateAllCredentialsCommand(ResponseFormat responseFormat)

Parameters

Type Name Description
ResponseFormat responseFormat

Full or truncated response to receive back.

In this article
Back to top Generated by DocFX