RijndaelIterations Property |
Returns actual count of iterations used to derive password bytes.
Namespace:
TreeksLicensingLibrary2
Assembly:
TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax public int Iterations { get; }
Public ReadOnly Property Iterations As Integer
Get
public:
property int Iterations {
int get ();
}
member Iterations : int with get
Property Value
Type:
Int32Actual count of iterations used to derive password bytes.
Return Value
Type:
Int32Actual count of iterations used to derive password bytes.
Remarks See Also