KeyDerivationParameters.IterationCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取用來衍生金鑰的反復專案數目。 如需詳細資訊,請參閱 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
屬性值
反復專案計數。
備註
BuildForPbkdf2方法中指定反復專案的數目。