PasswordDeriveBytes.IterationCount 속성

정의

작업의 반복 횟수를 가져오거나 설정합니다.

public:
 property int IterationCount { int get(); void set(int value); };
public int IterationCount { get; set; }
member this.IterationCount : int with get, set
Public Property IterationCount As Integer

속성 값

작업에 대한 반복 횟수입니다.

예외

반복 횟수가 수정되었으며 이 값을 변경하려고 시도합니다.

값이 범위를 벗어났기 때문에 속성을 설정할 수 없습니다. 이 속성에는 음수가 아닌 숫자가 필요합니다.

적용 대상

추가 정보