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
valueintInteger value of the iterations.
IterationsAttribute(string)
Initializes a new instance of the IterationsAttribute class.
public IterationsAttribute(string value)
Parameters
valuestringString value of the iterations.
Exceptions
- FormatException
Thrown when the value is not an integer this library can represent.