Table of Contents

Class IterationsAttribute

Namespace
Ubiety.Scram.Core.Attributes
Assembly
Ubiety.Scram.Core.dll

Represents the SCRAM attribute for iteration counts used in SCRAM-based authentication.

public class IterationsAttribute : ScramAttribute<int>
Inheritance
IterationsAttribute
Inherited Members

Constructors

IterationsAttribute(int)

Initializes a new instance of the IterationsAttribute class.

public IterationsAttribute(int value)

Parameters

value int

Integer value of the iterations.

IterationsAttribute(string)

Initializes a new instance of the IterationsAttribute class.

public IterationsAttribute(string value)

Parameters

value string

String value of the iterations.

Exceptions

FormatException

Thrown when the value is not an integer this library can represent.