Class KbaSettings
The KBA settings.
[DataContract]
public class KbaSettings
- Inheritance
-
KbaSettings
- 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 KbaNameMatchLevel? NameMatcher { get; set; }
Property Value
Type
Gets or sets the authentication frequency.
[DataMember(Name = "type", EmitDefaultValue = false)]
[JsonProperty("type")]
public AuthenticationFrequency? Type { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.