共用方式為


KeyDerivationParameters.IterationCount 屬性

定義

擷取用來衍生金鑰的反復專案數目。 如需詳細資訊,請參閱 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

屬性值

UInt32

unsigned int

uint32_t

反復專案計數。

備註

BuildForPbkdf2方法中指定反復專案的數目。

適用於