Table of Contents

Class Kba

Namespace
BoldSign.Api.Model.Kba
Assembly
BoldSign.Api.dll

The KBA authentication details.

public class Kba
Inheritance
Kba
Inherited Members

Properties

MaximumRetryCount

Gets or sets the maximum retry count.

[DataMember(Name = "maximumRetryCount", EmitDefaultValue = false)]
[JsonProperty("maximumRetryCount")]
public int? MaximumRetryCount { get; set; }

Property Value

int?

NameMatcher

Gets or sets the name matching level.

[DataMember(Name = "nameMatcher", EmitDefaultValue = false)]
[JsonProperty("nameMatcher")]
public string NameMatcher { get; set; }

Property Value

string

Status

Gets or sets the status.

[DataMember(Name = "status", EmitDefaultValue = false)]
[JsonProperty("status")]
public string Status { get; set; }

Property Value

string

Type

Gets or sets the authentication frequency.

[DataMember(Name = "type", EmitDefaultValue = false)]
[JsonProperty("type")]
public string Type { get; set; }

Property Value

string

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.