KeyDerivationParameters.IterationCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the number of iterations used to derive the key. For more information, see BuildForPbkdf2.
public:
property unsigned int IterationCount { unsigned int get(); };
uint32_t IterationCount();
public uint IterationCount { get; }
var uInt32 = keyDerivationParameters.iterationCount;
Public ReadOnly Property IterationCount As UInteger
Property Value
Iteration count.
Remarks
The number of iterations is specified in the BuildForPbkdf2 method.